|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DicomDictionary
DICOM Dictionary.
a Dictionary Contains:
| Method Summary | |
|---|---|
SopClassDictionaryItem |
addSOPClassItem(SopClassDictionaryItem sopClassItem)
add a DictionarySopClass |
DicomTag |
addTag(DicomTag aTag)
Add a DicomTag |
Iterator<AbstractModule> |
getModulesIterator()
Return an Iterator for
Module |
String |
getNameFromTag(DicomTag aDicomTag)
Return the name of a Tag |
Iterator<SopClassDictionaryItem> |
getSOPClassesIterator()
Return an Iterator for
SOPClasses |
SopClassDictionaryItem |
getSopClassItem(String aUID)
|
DicomTag |
getTag(DicomTag aDicomTag)
Return a DicomTag contains in the Dictionnary |
DicomTag |
getTag(int aGroup,
int aElement)
Return a DicomTag contains in the Dictionnary |
Iterator<DictionaryTag> |
getTagIterator()
Return an Iterator for DicomTag |
Iterator<TransferSyntaxDictionaryItem> |
getTransferSyntaxesIterator()
|
boolean |
hasTag(DicomTag aDicomTag)
Check if a tag is in the Dictionnary |
| Method Detail |
|---|
SopClassDictionaryItem addSOPClassItem(SopClassDictionaryItem sopClassItem)
DictionarySopClass
sopClassItem -
DicomTag addTag(DicomTag aTag)
DicomTag
aTag -
Iterator<AbstractModule> getModulesIterator()
Iterator for
Module
String getNameFromTag(DicomTag aDicomTag)
aDicomTag - the tag
SopClassDictionaryItem getSopClassItem(String aUID)
Iterator<SopClassDictionaryItem> getSOPClassesIterator()
Iterator for
SOPClasses
Iterator<TransferSyntaxDictionaryItem> getTransferSyntaxesIterator()
DicomTag getTag(DicomTag aDicomTag)
DicomTag contains in the Dictionnary
aTag - the tag whith the same Group and Element from those who want from
the Dictionnary
DicomTag getTag(int aGroup,
int aElement)
DicomTag contains in the Dictionnary
aGroup - the tag's groupaElement - the tag's element
Iterator<DictionaryTag> getTagIterator()
Iterator for DicomTag
boolean hasTag(DicomTag aDicomTag)
aDicomTag - the tag to search
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||