←Select platform

ContextGroupVersion Property

Summary

Gets or sets the value for the "Context Group Version" (0008,0106) element.

Syntax
C#
VB
C++
Java
public DicomDateTimeValue ContextGroupVersion { get; set; } 
Public Property ContextGroupVersion As DicomDateTimeValue 
public final DicomDateTimeValue getContextGroupVersion() 
public final void setContextGroupVersion(DicomDateTimeValue value) 
public: 
property DicomDateTimeValue ContextGroupVersion { 
   DicomDateTimeValue get(); 
   void set (    DicomDateTimeValue value); 
} 

Property Value

Value indicating the "Context Group Version" (0008,0106) element.

Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly