TagLocation Enumeration

Summary

Specifies the location of a data element tag when used in a comparison operation.

Syntax
C#
VB
C++
public enum TagLocation   
Public Enum TagLocation  
public enum class TagLocation   

Members
ValueMemberDescription
0First The tag is located in the first DICOM dataset used in the comparison.
1Second The tag is located in the second DICOM dataset used in the comparison.
2Both The tag is located in both DICOM datasets used in the comparison.

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