public class ImplClassUIDItem extends AssociationItem
| Constructor and Description |
|---|
ImplClassUIDItem()
Instantiates a new Implementation-class-uid item.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getImplClassUID()
Gets Implementation-class-uid of the Association-acceptor
|
short |
getItemLength()
This method gets the length of Implementation Class UID Item.
|
void |
parse(IDicomStream objIDicomStream)
Parses the Implementation class UID Item.
|
void |
serialize(IDicomStream objIDicomStream)
This method writes the Data Value to the given Stream.
|
void |
setImplClassUID(java.lang.String strImplClassUID)
Sets Implementation-class-uid of the Association-acceptor
|
getItemType, setItemTypepublic ImplClassUIDItem()
public java.lang.String getImplClassUID()
public void setImplClassUID(java.lang.String strImplClassUID)
strImplClassUID - String value of Implementation-class-uid of the Association-acceptorpublic short getItemLength()
getItemLength in class AssociationItempublic void parse(IDicomStream objIDicomStream) throws java.io.IOException
parse in class AssociationItemobjIDicomStream - object of the stream containing the dicom data.java.io.IOException - Signals that an I/O exception has occurred.public void serialize(IDicomStream objIDicomStream) throws java.io.IOException
serialize in class AssociationItemobjIDicomStream - object of the stream onto which the Implementation Class UID Item is to be written.java.io.IOException - Signals that an I/O exception has occurred.