public abstract class AssociationItem
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
abstract short |
getItemLength()
Gets the item length.
|
byte |
getItemType()
Gets the item type.
|
void |
parse(IDicomStream objIDicomStream)
Parses Association Item.
|
void |
serialize(IDicomStream objIDicomStream)
This method writes the Data Value to the given Stream.
|
void |
setItemType(byte itemType)
Sets the item type.
|
public byte getItemType()
public void setItemType(byte itemType)
itemType - - value of Item type.public abstract short getItemLength()
public void parse(IDicomStream objIDicomStream) throws java.io.IOException
objIDicomStream - Dicom Stream on which dicom data is available.java.io.IOException - Signals that an I/O exception has occurred.public void serialize(IDicomStream objIDicomStream) throws java.io.IOException
objIDicomStream - object of the stream onto which the Association Item is to be written.java.io.IOException - Signals that IOException has occurred.