Trispark JDT
2.50.13

com.archimed.dicom.scu
Interface AssociationResult


public interface AssociationResult


Method Summary
 AssociationItem[] getAssociationItems()
          The list of association items that have been negotiated as part of the associate setup.
 SCUPresentationContext[] getPresentationContexts()
          The list of presentation contexts that have been negotiated as part of the association setup.
 boolean isAccepted()
          At least one of the presentation contexts has been accepted by the remote AE
 void removeAssociationItem(AssociationItem associationItem)
           
 

Method Detail

isAccepted

boolean isAccepted()
At least one of the presentation contexts has been accepted by the remote AE


getPresentationContexts

SCUPresentationContext[] getPresentationContexts()
The list of presentation contexts that have been negotiated as part of the association setup.


getAssociationItems

AssociationItem[] getAssociationItems()
The list of association items that have been negotiated as part of the associate setup. An Echo association setup has no association items, thus in this context the array will be empty


removeAssociationItem

void removeAssociationItem(AssociationItem associationItem)

Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.