public class SOPClassExtNegotiationItem extends AssociationItem
| Constructor and Description |
|---|
SOPClassExtNegotiationItem()
Instantiates a new SOP class extended negotiation item.
|
| Modifier and Type | Method and Description |
|---|---|
short |
getItemLength()
Gets the item length.
|
ServiceClassApplicationInformation |
getServiceAppInfo()
Gets the Service Class Application Information.
|
java.lang.String |
getSOPClassUID()
Gets the SOP class UID.
|
void |
parse(IDicomStream objIDicomStream)
Parses the SOP class Extended Negotiation item.
|
void |
serialize(IDicomStream objIDicomStream)
This method writes the Data Value to the given Stream.
|
void |
setServiceAppInfo(ServiceClassApplicationInformation objServiceAppInfo)
Sets the Service Class Application Information.
|
void |
setSOPClassUID(java.lang.String classUID)
Sets the SOP class UID.
|
getItemType, setItemTypepublic SOPClassExtNegotiationItem()
public java.lang.String getSOPClassUID()
public void setSOPClassUID(java.lang.String classUID)
classUID - String value of SOP Class UID.public ServiceClassApplicationInformation getServiceAppInfo()
public void setServiceAppInfo(ServiceClassApplicationInformation objServiceAppInfo)
Service - Class Application Informationpublic short getItemLength()
AssociationItemgetItemLength in class AssociationItempublic void parse(IDicomStream objIDicomStream) throws java.io.IOException, ParseException
parse in class AssociationItemobjIDicomStream - The Dicom Stream containing Dicom Data.java.io.IOException - Signals that an I/O exception has occurred.ParseException - Signals that Parse exception has occurred.public void serialize(IDicomStream objIDicomStream) throws java.io.IOException, SerializeException
serialize in class AssociationItemobjIDicomStream - object of the stream onto which the DataTypeString is to be written.java.io.IOException - Signals that an I/O exception has occurred.SerializeException - Signals that Serialization exception has occurred.