TagValueOrientationCondition Constructor(long,object)

Summary

Initializes a new instance of the TagValueOrientationCondition class.

Syntax
C#
VB
C++
public TagValueOrientationCondition( 
   long tag, 
   object tagValue 
) 
Public Function New( _ 
   ByVal tag As Long, _ 
   ByVal tagValue As Object _ 
) 
public: 
TagValueOrientationCondition(  
   int64 tag, 
   Object^ tagValue 
) 

Parameters

tag
The DICOM tag that must be present in the DicomDataSet for the condition to be true.

tagValue
The value that the DICOM element is required to contain for the condition to be true.

Example

For an example, refer to GetImage.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly