←Select platform

ContextIdentifier Property

Summary

Gets or sets the value for the "Context Identifier" (0008,010F) element.

Syntax

C#
VB
Java
WinRT C#
C++
public string ContextIdentifier { get; set; } 
Public Property ContextIdentifier As String 
public string ContextIdentifier {get; set;} 
public final String getContextIdentifier() 
public final void setContextIdentifier(String value) 
             
 <br/>get_ContextIdentifier();<br/>set_ContextIdentifier(value);<br/>Object.defineProperty('ContextIdentifier');  
public: 
property String^ ContextIdentifier { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

Value indicating the "Context Identifier" (0008,010F) element.

Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly