| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.baselibs |
It includes implementation of various data types,tag,transfer syntaxes,both implicit and explicit data elements, along with classes that
provide reading writing capability, .
|
| cdac.medinfo.sdk.dcm30_04.dicommodel.modules |
Defines DICOM specified composite and normalized Information object definitions and
data set.
|
| cdac.medinfo.sdk.dcm30_04.services.dimsecommons |
Provides classes for dealing fundamental service operations.
|
| cdac.medinfo.sdk.dcm30_04.utils |
Provides classes and interfaces for dealing with fundamental configuration
units, Data collections and basic constants used in DICOM operations.
|
| Modifier and Type | Method and Description |
|---|---|
ICollectionIterator<IItem> |
SQ.iterator()
This method returns an iterator over the collection of sequences
|
ICollectionIterator<IDataElement> |
Item.iterator()
Provides iterator over the collection of DataElements
|
ICollectionIterator<IDataElement> |
DicomFileHeader.iterator()
Provides iterator over the collection of DataElements
|
ICollectionIterator<IDataElement> |
DataSet.iterator()
Provides iterator over the collection of DataElements
|
ICollectionIterator<IDataElement> |
Item.sortedIterator()
Provides sorted iterator over the collection of DataElements
|
| Modifier and Type | Method and Description |
|---|---|
ICollectionIterator<IDataElement> |
Module.iterator()
This method returns the iterator over the Module.
|
| Modifier and Type | Method and Description |
|---|---|
ICollectionIterator<ICommandElement> |
CommandSet.iterator()
Provides iterator over the collection of Command Elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PairedCollection.CollectionIterator
This inner class works as an Iterator which helps iterating over the map contained in the DataSet.
|
class |
PairedCollection.SortedIterator
This inner class works as an Sorted Iterator which helps iterating over the map contained in the DataSet.
|
class |
SingleCollection.CollectionIterator
An CollectionIterator for collection that allows the programmer to traverse the collection in either direction,
modify the collection during iteration.
|
| Modifier and Type | Method and Description |
|---|---|
ICollectionIterator<T> |
SingleCollection.iterator()
This method returns an iterator over the internal collection
|
ICollectionIterator<T2> |
PairedCollection.iterator()
This method returns an iterator over the internal collection.
|
ICollectionIterator<T> |
ICollectionIterable.iterator()
Returns an CollectionIterator over the elements in this collection.
|
ICollectionIterator<T2> |
PairedCollection.sortedIterator()
This method returns an iterator over the internal collection.
|
ICollectionIterator<T2> |
IPairedCollection.sortedIterator()
The implementation of this method returns iterator having data elements in sorted order.
|