org.dcm4che.dict
Interface TagDictionary


public interface TagDictionary

Version:
1.0.0
Author:
gunter.zeilinger@tiani.com

Nested Class Summary
static class TagDictionary.Entry
           
 
Method Summary
 void add(TagDictionary.Entry entry)
           
 void load(java.io.File xmlFile)
           
 void load(org.xml.sax.InputSource xmlSource)
           
 TagDictionary.Entry lookup(int tag)
           
 int size()
           
 java.lang.String toString(int tag)
           
 

Method Detail

toString

java.lang.String toString(int tag)

size

int size()

lookup

TagDictionary.Entry lookup(int tag)

add

void add(TagDictionary.Entry entry)

load

void load(org.xml.sax.InputSource xmlSource)
          throws java.io.IOException,
                 org.xml.sax.SAXException
Throws:
java.io.IOException
org.xml.sax.SAXException

load

void load(java.io.File xmlFile)
          throws java.io.IOException,
                 org.xml.sax.SAXException
Throws:
java.io.IOException
org.xml.sax.SAXException