org.dicom4j.dicom.uniqueidentifiers
Class TransferSyntaxRegistry

java.lang.Object
  extended by org.dicom4j.dicom.uniqueidentifiers.support.AbstractUniqueIdentifierRegistry
      extended by org.dicom4j.dicom.uniqueidentifiers.TransferSyntaxRegistry

public class TransferSyntaxRegistry
extends AbstractUniqueIdentifierRegistry

DICOM Transfer Syntax's registry

Since:
0.0.7
Author:
Laurent Lecomte

Constructor Summary
TransferSyntaxRegistry()
           
 
Method Summary
 TransferSyntax getTransferSyntax(String uid)
           
 UniqueIdentifierType getType()
          return the type of UniqueIdentifier this registry manage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferSyntaxRegistry

public TransferSyntaxRegistry()
Method Detail

getTransferSyntax

public TransferSyntax getTransferSyntax(String uid)
                                 throws RegistryException
Throws:
RegistryException

getType

public UniqueIdentifierType getType()
Description copied from class: AbstractUniqueIdentifierRegistry
return the type of UniqueIdentifier this registry manage

Specified by:
getType in class AbstractUniqueIdentifierRegistry
Returns:


Copyright © 2009 dicom4j. All Rights Reserved.