public class RQPresContextItem extends PresContextItem
| Constructor and Description |
|---|
RQPresContextItem()
Instantiates a new Presentation Context Item.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractSyntaxItem |
getAbstractSyntaxItem()
Gets the abstract syntax item.
|
short |
getItemLength()
This function gets the RQ Presentation Context item length.
|
ISingleCollection<TransferSyntaxItem> |
getTransferSyntaxItemCollection()
Gets the transfer syntax item collection.
|
void |
parse(IDicomStream objIDicomStream)
Parses RQ Presentation Context item.
|
void |
serialize(IDicomStream objIDicomStream)
This method writes the Data Value to the given Stream.
|
void |
setAbstractSyntaxItem(AbstractSyntaxItem objAbstractSyntaxItem)
Sets the abstract syntax item.
|
void |
setTransferSyntaxItemCollection(ISingleCollection<TransferSyntaxItem> objTransferSyntaxItemCollection)
Sets the transfer syntax item collection.
|
getPresContextId, populate, setPresContextIdgetItemType, setItemTypepublic RQPresContextItem()
public AbstractSyntaxItem getAbstractSyntaxItem()
public void setAbstractSyntaxItem(AbstractSyntaxItem objAbstractSyntaxItem)
objAbstractSyntaxItem - object of abstract syntax item.public ISingleCollection<TransferSyntaxItem> getTransferSyntaxItemCollection()
public void setTransferSyntaxItemCollection(ISingleCollection<TransferSyntaxItem> objTransferSyntaxItemCollection)
objTransferSyntaxItemCollection - Collection of Transfer Syntax Item.public short getItemLength()
getItemLength in class PresContextItempublic void parse(IDicomStream objIDicomStream) throws java.io.IOException
parse in class PresContextItemobjIDicomStream - Dicom 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 PresContextItemobjIDicomStream - object of the stream onto which RQ Presentation Context Item is to be written.java.io.IOException - Signals that an IO Exception has occurred.