| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.dicomnetcommons |
Provides classes and interfaces for dealing with fundamental configuration units,
Enums, Exceptions, Interface and basic constants used in DICOM Network operations.
|
| cdac.medinfo.sdk.dcm30_04.services.dimsecommons |
Provides classes for dealing fundamental service operations.
|
| Modifier and Type | Method and Description |
|---|---|
ICommandElement |
ICommandSet.getDataForTag(int iGroupNumber,
int iElementNumber)
The implementation of this method retrieves the CommandElement for the
specified tag.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ICommandSet.addCommandElement(ICommandElement objICommandElement)
The implementation of this method adds the CommandElement to the command set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommandElement
This class represents Command Element of Dicom which reads the datatype of
its value from the DataDictionary provided to it.
|
| Modifier and Type | Method and Description |
|---|---|
ICommandElement |
CommandSet.getDataForTag(int iGroupNumber,
int iElementNumber)
Retrieves the Command Element for the specified tag.
|
| Modifier and Type | Method and Description |
|---|---|
ICollectionIterator<ICommandElement> |
CommandSet.iterator()
Provides iterator over the collection of Command Elements.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CommandSet.addCommandElement(ICommandElement objICommandElement)
Adds the Command Element to the Command Set.
|