public class AppContextItem extends AssociationItem
| Constructor and Description |
|---|
AppContextItem()
This constructor initializes Application Context item with its Item Type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAppContextName()
Retrieves Application Context Name structured as UIDs.
|
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 strAppContextName)
Populate Application COntext item.
|
void |
serialize(IDicomStream objIDicomStream)
This method serialize this Item from the given Stream.
|
void |
setAppContextName(java.lang.String strAppContextName)
Sets Application Context Name structured as UIDs.
|
getItemType, setItemTypepublic AppContextItem()
public java.lang.String getAppContextName()
public void setAppContextName(java.lang.String strAppContextName)
strAppContextName - String value of Application Context name.public 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 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 Serialize Exception has occurred.public void populate(java.lang.String strAppContextName)
strAppContextName - String value of Application Context item.