- codedConcept
- DicomCodedConcept object that specifies the Context Group to which this Coded Concept belongs.
Visual Basic (Declaration) | |
---|---|
Public Function GetContextGroup( _ ByVal codedConcept As DicomCodedConcept _ ) As DicomContextGroup |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomContextGroupTable Dim codedConcept As DicomCodedConcept Dim value As DicomContextGroup value = instance.GetContextGroup(codedConcept) |
C# | |
---|---|
public DicomContextGroup GetContextGroup( DicomCodedConcept codedConcept ) |
C++/CLI | |
---|---|
public: DicomContextGroup^ GetContextGroup( DicomCodedConcept^ codedConcept ) |
Parameters
- codedConcept
- DicomCodedConcept object that specifies the Context Group to which this Coded Concept belongs.
Return Value
DicomCodedConcept object that specifies the Context Group in the Context Group Table to which the specified Coded Concept belongs.For an example, refer to DicomContextGroupTable.Insert.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)