LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Load(DicomContextIdentifierType) Method
See Also 
Leadtools.Dicom Namespace > DicomContextGroupTable Class > Load Method : Load(DicomContextIdentifierType) Method



contextID
The Context Identifier (CID) of the Context Group to be loaded from the internal table.
contextID
The Context Identifier (CID) of the Context Group to be loaded from the internal table.
Loads the specified Context Group from the internal table into the Context Group Table.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Load( _
   ByVal contextID As DicomContextIdentifierType _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomContextGroupTable
Dim contextID As DicomContextIdentifierType
 
instance.Load(contextID)
C# 
public void Load( 
   DicomContextIdentifierType contextID
)
C++/CLI 
public:
void Load( 
   DicomContextIdentifierType contextID
) 

Parameters

contextID
The Context Identifier (CID) of the Context Group to be loaded from the internal table.

Example

For an example, refer to DicomContextGroupTable.Insert.

Remarks

You can add a Context Group to the Context Group Table either by loading it from the internal table maintained by LEADTOOLS or by inserting it directly into the Context Group Table. The Context Groups in the internal table are those defined by the DICOM Content Mapping Resource (DCMR). For a list of possible values, refer to Context Identifier Values. To insert a Context Group, use the DicomContextGroupTable.Insert method.

If the Context Group Table already contains a Context Group with the specified Context ID, the method will just return successfully.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features