public interface IMessageListener
| Modifier and Type | Method and Description |
|---|---|
void |
receiveMessage(ServiceMessageEvent objResponseEvent)
Process the message when a ServiceMessage Arrival event is triggered.
|
boolean |
sendMessage(DicomMessage objDicomMessge)
Sends the DicomMessage.
|
void |
setAssociationStatus(boolean status)
Sets the Association Status.
|
void |
setDIMSEAssociation(IDIMSEAssociation objIDIMSEAssociation)
Sets last received DimseAssociation which also specifies current status of association.
|
void receiveMessage(ServiceMessageEvent objResponseEvent) throws java.io.IOException
objResponseEvent - instance of ServiceMessageEventjava.io.IOException - Signals that an I/O exception has occurred.boolean sendMessage(DicomMessage objDicomMessge) throws java.io.IOException
objDicomMessge - instance of DicomMessagejava.io.IOException - Signals that an I/O exception has occurred.void setAssociationStatus(boolean status)
status - boolean value show Association Status.void setDIMSEAssociation(IDIMSEAssociation objIDIMSEAssociation)
objIDIMSEAssociation - instance of IDIMSEAssociation