public class AgreedPresContext
extends java.lang.Object
| Constructor and Description |
|---|
AgreedPresContext() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAbstractSyntaxName()
Retrieves the AbstractSyntaxName which shows SOPClassUID
|
byte |
getPresContextId()
Retrieves the PresentationContextID
|
byte |
getReason()
Retrieves the Reason according to the status of this PresContext.
|
java.lang.String |
getTS()
Retrieves the TransferSyntax Name
|
void |
setAbstractSyntaxName(java.lang.String strAbstractSyntaxName)
Sets the AbstractSyntaxName which shows SOPClassUID
|
void |
setPresContextId(byte presContextId)
Sets the PresentationContextID
|
void |
setReason(byte bReason)
Sets the Reason according to the status of this PresContext.
|
void |
setTS(java.lang.String strTS)
Sets the TransferSyntax Name
|
public byte getPresContextId()
public void setPresContextId(byte presContextId)
presContextId - byte value of PresentationContextIDpublic java.lang.String getAbstractSyntaxName()
public void setAbstractSyntaxName(java.lang.String strAbstractSyntaxName)
strAbstractSyntaxName - String value of AbstractSyntaxNamepublic java.lang.String getTS()
public void setTS(java.lang.String strTS)
strTS - String value of TransferSyntax Namepublic byte getReason()
public void setReason(byte bReason)
bReason - byte value of Reason