org.dcm4che2.util
Class TagUtils

java.lang.Object
  extended by org.dcm4che2.util.TagUtils

public class TagUtils
extends java.lang.Object


Constructor Summary
TagUtils()
           
 
Method Summary
static boolean hasVR(int tag)
           
static boolean isCommandElement(int tag)
           
static boolean isFileMetaInfoElement(int tag)
           
static boolean isGroupLengthElement(int tag)
           
static boolean isPrivateCreatorDataElement(int tag)
           
static boolean isPrivateDataElement(int tag)
           
static java.lang.String toString(int tag)
           
static java.lang.StringBuffer toStringBuffer(int tag, java.lang.StringBuffer sb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagUtils

public TagUtils()
Method Detail

hasVR

public static boolean hasVR(int tag)

isCommandElement

public static boolean isCommandElement(int tag)

isFileMetaInfoElement

public static boolean isFileMetaInfoElement(int tag)

isGroupLengthElement

public static boolean isGroupLengthElement(int tag)

isPrivateDataElement

public static boolean isPrivateDataElement(int tag)

isPrivateCreatorDataElement

public static boolean isPrivateCreatorDataElement(int tag)

toStringBuffer

public static java.lang.StringBuffer toStringBuffer(int tag,
                                                    java.lang.StringBuffer sb)

toString

public static java.lang.String toString(int tag)


Copyright © 2011 dcm4che. All Rights Reserved.