public class SOPClassCommonExtNegotItem
extends java.lang.Object
| Constructor and Description |
|---|
SOPClassCommonExtNegotItem()
Instantiates a new SOP Class Common Extended Negotiation Item.
|
| Modifier and Type | Method and Description |
|---|---|
short |
getItemLength()
Gets the item length.
|
byte |
getItemType()
Gets the item type.
|
ISingleCollection<RelGenSOPClassID> |
getRelGenSOPClassIDCollection()
Gets The Related-general-sop-class-identification Collection.
|
java.lang.String |
getServiceClassUID()
Gets the service class uid.
|
java.lang.String |
getSOPClassUID()
Gets The SOP Class identifier encoded as a UID
|
byte |
getSubItemVersion()
Gets the sub item version.
|
void |
parse(IDicomStream objIDicomStream)
Parses SOP Class Common Extended Negotiation Item.
|
void |
serialize(IDicomStream objIDicomStream)
This method writes the Data Value to the given Stream.
|
void |
setItemType(byte bItemType)
Sets the item type.
|
void |
setRelGenSOPClassIDCollection(ISingleCollection<RelGenSOPClassID> objRelGenSOPClassIDCollection)
Sets The Related-general-sop-class-identification Collection.
|
void |
setServiceClassUID(java.lang.String serviceClassUID)
Sets the service class uid.
|
void |
setSOPClassUID(java.lang.String classUID)
Sets The SOP Class identifier encoded as a UID.
|
void |
setSubItemVersion(byte bSubItemVersion)
Sets the version of the Sub-item.
|
public SOPClassCommonExtNegotItem()
public byte getSubItemVersion()
public void setSubItemVersion(byte bSubItemVersion)
bSubItemVersion - byte value of Sub-Item Version.public java.lang.String getServiceClassUID()
public void setServiceClassUID(java.lang.String serviceClassUID)
serviceClassUID - String value of Service Class identifier encoded as a UIDpublic java.lang.String getSOPClassUID()
public void setSOPClassUID(java.lang.String classUID)
classUID - String value of The SOP Class identifier encoded as a UIDpublic byte getItemType()
public void setItemType(byte bItemType)
bItemType - byte value of Item type.public ISingleCollection<RelGenSOPClassID> getRelGenSOPClassIDCollection()
public void setRelGenSOPClassIDCollection(ISingleCollection<RelGenSOPClassID> objRelGenSOPClassIDCollection)
objRelGenSOPClassIDCollection - The Related-general-sop-class-identification Collection.public void parse(IDicomStream objIDicomStream) throws java.io.IOException
objIDicomStream - Dicom Stream containing dicom data.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 SOP Class Common Extended Negotiation Item is to be written.java.io.IOException - Signals that an I/O exception has occurred.public short getItemLength()