Support Board
Date/Time: Thu, 27 Aug 2026 00:09:53 +0000
Post From: sc.AddStudyToChart / S_ID
| [2026-07-10 18:47:06] |
| User907968 - Posts: 883 |
|
sc.GetStudyInternalIdentifier() returns the S_ID, though that's not specifically written on the docs. const auto id = sc.GetStudyInternalIdentifier(sc.ChartNumber, in_VP.GetStudyID(), studyName); if (id != VBP_SID) return; Here VBP_SID = 141, which I found from trial and error to be the correct id for VbP study. Now though I will follow your updated advice and look at the URLs, that will be faster than adding/removing etc, thanks. |
