public interface ITag
extends java.lang.Comparable, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Create similar object of this class.
|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the contents of the Tag that is Group Number and Element Number in readable form to the specified stream.
|
boolean |
equals(java.lang.Object obj)
Checks the equality of two objects.
|
int |
getElementNumber()
Retrieves the element number.
|
int |
getGroupNumber()
Retrieves the group number.
|
int |
read(IDicomStream objIDicomStream)
Reads the data from stream.
|
int |
write(IDicomStream objIDicomStream)
Writes the data to the stream.
|
int read(IDicomStream objIDicomStream) throws java.io.IOException
objIDicomStream - instance of DicomStream.java.io.IOException - If Input/Output operation fails.int write(IDicomStream objIDicomStream) throws java.io.IOException
objIDicomStream - instance of DicomStream.java.io.IOException - If Input/Output operation fails.int getElementNumber()
int getGroupNumber()
boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - instance of objects.java.lang.Object clone()
void dumpDICOMInfo(IDicomStream objIDicomStream) throws java.io.IOException
objIDicomStream - - the Stream on which the Data is to be written.java.io.IOException - - Exception is thrown indicating runtime failure of writing operation.