public class ImplVersionNameItem extends AssociationItem
| Constructor and Description |
|---|
ImplVersionNameItem()
Instantiates a new implementation version name item.
|
ImplVersionNameItem(java.lang.String versionName)
Instantiates a new impl version name item.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getImplVersionName()
Gets the Implementation-version name.
|
short |
getItemLength()
This method gets the length of Implementation Varsion Name Item.
|
void |
parse(IDicomStream objIDicomStream)
Parses the Implementation Version Name Item.
|
void |
serialize(IDicomStream objIDicomStream)
This method writes the Data Value to the given Stream.
|
void |
setImplVersionName(java.lang.String strImplVersionName)
Sets the Implementation-version name.
|
getItemType, setItemTypepublic ImplVersionNameItem()
public ImplVersionNameItem(java.lang.String versionName)
versionName - String value containing the Implementation-version
name of the Association-acceptorpublic java.lang.String getImplVersionName()
public void setImplVersionName(java.lang.String strImplVersionName)
strImplVersionName - String value of the Implementation-version name.public short getItemLength()
getItemLength in class AssociationItempublic void parse(IDicomStream objIDicomStream) throws java.io.IOException
parse in class AssociationItemobjIDicomStream - 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 Version Name Item is to be written.java.io.IOException - Signals that an I/O exception has occurred.