Trispark JDT
2.50.13

com.archimed.dicom.scu
Interface AssociationItem


public interface AssociationItem

A user item that will be used during association setup


Method Summary
 java.lang.Object getItem()
          A File or DicomObject
 java.lang.String getPatientID()
           
 SCUPresentationContext getPresentationContext()
          The presentation context of this associated item.
 java.lang.String getSOPInstanceUID()
          The SOP instance uid of this item
 java.lang.String getStudyInstanceUID()
           
 boolean isAccepted()
          A shorthand for knowing if the item has been accepted by the remote AE.
 boolean isValid()
          Is this AssociationItem a valid part10 dicom file (containing sop class, sop instance and transfer syntax)
 

Method Detail

getPresentationContext

SCUPresentationContext getPresentationContext()
The presentation context of this associated item. If the association setup has not been done yet, this method will return null.


isValid

boolean isValid()
Is this AssociationItem a valid part10 dicom file (containing sop class, sop instance and transfer syntax)


isAccepted

boolean isAccepted()
A shorthand for knowing if the item has been accepted by the remote AE. This will return false if the association setup has not been done yet.

Returns:
true if the item has been accepted
See Also:
SCUPresentationContext.isAccepted()

getItem

java.lang.Object getItem()
A File or DicomObject


getSOPInstanceUID

java.lang.String getSOPInstanceUID()
The SOP instance uid of this item


getStudyInstanceUID

java.lang.String getStudyInstanceUID()

getPatientID

java.lang.String getPatientID()

Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.