Support Board
Date/Time: Wed, 19 Feb 2025 00:39:25 +0000
Post From: Updating text drawings drawn by sc.AddAndManageSingleTextUserDrawnDrawingForStudy()
[2020-12-31 16:08:03] |
JohnR - User831573 - Posts: 310 |
Hey YCOMP, I am not a pro at ACSIL but there is an SC call that will let you know if a study is hidden or visible. ACSIL Interface Members - Functions sc.GetStudyVisibilityState() Type: Function int GetStudyVisibilityState(int StudyID); The sc.GetStudyVisibilityState() function returns 1 if the study specified by the StudyID parameter is visible, or 0 if it is set to be hidden. Parameters StudyID: The unique ID of the study to get the visibility state of. For more information, refer to Unique Study Instance Identifiers. Hope this helps. JohnR Date Time Of Last Edit: 2020-12-31 16:08:41
|