public class AbstractSyntaxItem extends AssociationItem
| Constructor and Description |
|---|
AbstractSyntaxItem()
This constructor initializes AbstarctSyntaxItem with its Item Type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAbstractSyntaxName()
Retrieves Abstract-syntax-name related to the proposed presentation
context.
|
short |
getItemLength()
Retrieves length of this Item.
|
void |
parse(IDicomStream objIDicomStream)
This method parses this Item from the given Stream.
|
void |
populate(java.lang.String strAbstractSyntaxName)
This method populates the Abstract Syntax Item.
|
void |
serialize(IDicomStream objIDicomStream)
This method serialize this Item from the given Stream.
|
void |
setAbstractSyntaxName(java.lang.String strAbstractSyntaxName)
Sets Abstract-syntax-name related to the proposed presentation context.
|
getItemType, setItemTypepublic AbstractSyntaxItem()
public java.lang.String getAbstractSyntaxName()
public void setAbstractSyntaxName(java.lang.String strAbstractSyntaxName)
strAbstractSyntaxName - String value of Abstract-syntax-namepublic short getItemLength()
getItemLength in class AssociationItempublic void parse(IDicomStream objIDicomStream) throws java.io.IOException, ParseException
parse in class AssociationItemobjIDicomStream - Stream on which the DICOM data is available.ParseException - Signals that an Parse Exception has occurred.java.io.IOException - Signals that an IO Exception has occurred.public void serialize(IDicomStream objIDicomStream) throws java.io.IOException, SerializeException
serialize in class AssociationItemobjIDicomStream - Stream on which the DICOM data is available.java.io.IOException - Signals that an IO Exception has occurred.SerializeException - Signals that an Serialize Exception has occurred.public void populate(java.lang.String strAbstractSyntaxName)
strAbstractSyntaxName - String value of Abstract Syntax Name.