Leadtools.Dicom Namespace > DicomContextGroupTable Class > Load Method : Load(String) Method |
'Usage Dim instance As DicomContextGroupTable Dim contextID As String instance.Load(contextID)
ObjectiveC Syntax
function Leadtools.Dicom.DicomContextGroupTable.Load(String)( contextID )
If the Context Group Table already contains a Context Group with the specified Context ID, the method will just return successfully. If the parameter contextID is set to a null reference (Nothing in Visual Basic), the method will load all the Context Groups that are not loaded currently, without affecting any Context Group that is already in the Context Group Table. (Therefore, to load all of the Context Groups in the internal table from the beginning, call the method with the contextID parameter set to null.)
If the method throws a DicomExceptionCode.Parameter exception, then this means that the internal table doesn't contain a Context Group with the specified Context ID.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2