org.dicom4j.dicom.uniqueidentifiers
Class SOPClasses

java.lang.Object
  extended by org.dicom4j.dicom.uniqueidentifiers.support.UniqueIdentifiers
      extended by org.dicom4j.dicom.uniqueidentifiers.SOPClasses

Deprecated. (se SopClass and SopClass registry)

public class SOPClasses
extends UniqueIdentifiers

DICOM SOPClasses

(generated class, do not edit)

Author:
Laurent Lecomte

Constructor Summary
SOPClasses()
          Deprecated. creates new instance
 
Method Summary
static String toString(String aUID)
          Deprecated. get a SOP Class UID as a string
 
Methods inherited from class org.dicom4j.dicom.uniqueidentifiers.support.UniqueIdentifiers
addUID, containsUID, count, getByUID, getName, isSupported
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOPClasses

public SOPClasses()
Deprecated. 
creates new instance

Method Detail

toString

public static String toString(String aUID)
Deprecated. 
get a SOP Class UID as a string

Parameters:
aUID - the SOP Class UID
Returns:
SOP Class as String


Copyright © 2009 dicom4j. All Rights Reserved.