org.dcm4che.dict
Interface UIDDictionary


public interface UIDDictionary

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

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

Method Detail

toString

java.lang.String toString(java.lang.String uid)

size

int size()

lookup

UIDDictionary.Entry lookup(java.lang.String uid)

add

void add(UIDDictionary.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