org.dcm4che2.util
Class TagUtils
java.lang.Object
org.dcm4che2.util.TagUtils
public class TagUtils
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagUtils
public TagUtils()
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.