org.dicom4j.dicom.dictionary
Class DictionarySopClass

java.lang.Object
  extended by org.dicom4j.dicom.dictionary.item.support.AbstractDictionaryItem
      extended by org.dicom4j.dicom.dictionary.DictionarySopClass
All Implemented Interfaces:
DictionaryItem

public class DictionarySopClass
extends AbstractDictionaryItem

A SOPClass description readed from a Dicom Dictionary.

Since:
0.0.1
Author:
Laurent Lecomte

Constructor Summary
DictionarySopClass()
           
DictionarySopClass(String aUID)
           
 
Method Summary
 String getUID()
           
 void setUID(String uid)
           
 
Methods inherited from class org.dicom4j.dicom.dictionary.item.support.AbstractDictionaryItem
getKey, getName, getType, setKey, setName, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DictionarySopClass

public DictionarySopClass()

DictionarySopClass

public DictionarySopClass(String aUID)
Method Detail

getUID

public String getUID()
Returns:
Returns the uID.

setUID

public void setUID(String uid)
Parameters:
uid - The uID to set.


Copyright © 2009 dicom4j. All Rights Reserved.