Trispark JDT
2.50.13

com.archimed.dicom.scu
Interface SCUPresentationContext


public interface SCUPresentationContext


Method Summary
 SOPClassUID getAbstractSyntax()
          The presentation contexts abstract syntax
 int getPresentationContextId()
          The presentation context id.
 int getResult()
          The presentation context association setup result.
 TransferSyntaxUID getTransferSyntax()
          The presentation contexts transfer syntax
 boolean isAccepted()
          Has this presentation context been accepted during association setup? If this presentation context has not been associated yet, this method will return false.
 

Method Detail

getPresentationContextId

int getPresentationContextId()
The presentation context id.


getAbstractSyntax

SOPClassUID getAbstractSyntax()
The presentation contexts abstract syntax


getTransferSyntax

TransferSyntaxUID getTransferSyntax()
The presentation contexts transfer syntax


isAccepted

boolean isAccepted()
Has this presentation context been accepted during association setup? If this presentation context has not been associated yet, this method will return false.


getResult

int getResult()
The presentation context association setup result. One of PresentationContext.ACCEPTANCE, PresentationContext.USER_REJECTION, PresentationContext.NO_REASON, PresentationContext.ABSTRACT_SYNTAX_NOT_SUPPORTED or PresentationContext.TRANSFER_SYNTAXES_NOT_SUPPORTED. If this presentation context has not been associated yet, this method will return -1.


Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.