| 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 |
|---|---|
int |
ICommandElement.parse(IDicomStream objIDicomStream)
The implementation of this method parses the Command Element from the
given Stream.
|
| Modifier and Type | Method and Description |
|---|---|
int |
CommandElement.parse(IDicomStream objIDicomStream)
Reads the Command Element from the given Stream.
|
| Constructor and Description |
|---|
CommandElement(int iGroupNumber,
int iElementNumber,
java.lang.Object objValue)
This constructor can be used to create a Command Element.
|