org.dicom4j.dicom.uniqueidentifiers
Class SOPClassRegistry

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

public class SOPClassRegistry
extends AbstractUniqueIdentifierRegistry

a Registry of SOPClass

(generated class, do not edit)


Constructor Summary
SOPClassRegistry()
           
 
Method Summary
 SOPClass getSopClass(String uid)
           
 String getSopClassAsString(String uid)
          return the SopClass's name from a SOPClass UID
 UniqueIdentifierType getType()
          return the type of UniqueIdentifier this registry manage
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOPClassRegistry

public SOPClassRegistry()
Method Detail

getType

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

Specified by:
getType in class AbstractUniqueIdentifierRegistry
Returns:

toString

public String toString()
Overrides:
toString in class Object

getSopClass

public SOPClass getSopClass(String uid)
                     throws RegistryException
Throws:
RegistryException

getSopClassAsString

public String getSopClassAsString(String uid)
return the SopClass's name from a SOPClass UID

Parameters:
uid - the uid
Returns:
the name or uid if the sopclass is non contains in the registry


Copyright © 2009 dicom4j. All Rights Reserved.