Gets or sets the value for the "Context Identifier" (0008,010F) element.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ContextIdentifier As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomCodeSequenceItem
Dim value As String
instance.ContextIdentifier = value
value = instance.ContextIdentifier
|
C# | |
---|
public string ContextIdentifier {get; set;} |
Return Value
Value indicating the "Context Identifier" (0008,010F) element.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also