public class RQUserInfoItem extends UserInfoItem
| Constructor and Description |
|---|
RQUserInfoItem()
Instantiates a new RQ user info item.
|
| Modifier and Type | Method and Description |
|---|---|
SOPClassCommonExtNegotItem |
getSOPClassCommonExtNegotItem()
Gets the SOP class common extended negotiation item.
|
void |
parse(IDicomStream objIDicomStream)
Parses RQ User Info Item.
|
void |
serialize(IDicomStream objIDicomStream)
This method writes the Data Value to the given Stream.
|
void |
setSOPClassCommonExtNegotItem(SOPClassCommonExtNegotItem objSOPClassCommonExtNegotItem)
Sets the SOP class common extended negotiation item.
|
addSOPClassExtNegotiationItem, getAsyncOpsWindowItem, getImplClassUIDItem, getImplVersionNameItem, getItemLength, getMaxLengthItem, getSCUSCPRoleSelectionItem, getSOPClassExtNegotiationItems, setAsyncOpsWindowItem, setImplClassUIDItem, setImplVersionNameItem, setMaxLengthItem, setSCUSCPRoleSelectionItem, setSOPClassExtNegotiationItemsgetItemType, setItemTypepublic SOPClassCommonExtNegotItem getSOPClassCommonExtNegotItem()
public void setSOPClassCommonExtNegotItem(SOPClassCommonExtNegotItem objSOPClassCommonExtNegotItem)
objSOPClassCommonExtNegotItem - object of SOP Class Common Extended Negotiation Item.public void parse(IDicomStream objIDicomStream) throws java.io.IOException
parse in class UserInfoItemobjIDicomStream - object of stream on which dicom data resides.java.io.IOException - Signals that an I/O exception has occurred.public void serialize(IDicomStream objIDicomStream) throws java.io.IOException
serialize in class UserInfoItemobjIDicomStream - object of the stream onto which the Request User Info item is to be written.java.io.IOException - Signals that an I/O exception has occurred.