org.dicom4j.network.dimse.messages
Class CEchoResponseMessage
java.lang.Object
org.dicom4j.network.dimse.messages.support.AbstractDimseMessage
org.dicom4j.network.dimse.messages.support.DimseMessageWithAffectedSOPClass
org.dicom4j.network.dimse.messages.support.DimseResponseMessage
org.dicom4j.network.dimse.messages.CEchoResponseMessage
- All Implemented Interfaces:
- DimseMessage
public class CEchoResponseMessage
- extends DimseResponseMessage
C-ECHO-RSP
- Since:
- 0.0.0
- Author:
- Laurent Lecomte
|
Method Summary |
String |
getName()
Return the name of the message |
void |
setStatus(int aStatus)
set value for the status element. if success statu is provided, the ErrorComments value will be removed |
String |
toString()
|
| Methods inherited from class org.dicom4j.network.dimse.messages.support.DimseResponseMessage |
getAffectedSOPClassUID, getAffectedSOPInstanceUIDElement, getErrorComment, getErrorCommentElement, getStatus, getStatusElement, hasErrorCommentElement, hasStatusElement, hasSucces, isCanceled, isFailure, isPending, isPendingWithWarning, isSuccess, setAffectedSOPClassUID, setErrorComment, statusToString |
| Methods inherited from class org.dicom4j.network.dimse.messages.support.AbstractDimseMessage |
getCommandField, getCommandSet, getDataSet, getMessageID, getSopClassRegistry, isCEchoRequest, isCEchoResponse, isCFindRequest, removeDataSet, setCommandField, setDataSet, setSopClassRegistry |
CEchoResponseMessage
public CEchoResponseMessage(CommandSet aCommandSet)
CEchoResponseMessage
public CEchoResponseMessage(int messageIDBeingRespondedTo,
String affectedSOPClassUID,
int aStatus)
throws DicomException
- Throws:
DicomException
getName
public String getName()
- Description copied from class:
AbstractDimseMessage
- Return the name of the message
- Specified by:
getName in interface DimseMessage- Overrides:
getName in class AbstractDimseMessage
- Returns:
- the name
setStatus
public void setStatus(int aStatus)
throws DicomException
- Description copied from class:
DimseResponseMessage
- set value for the status element. if success statu is provided, the ErrorComments value will be removed
- Overrides:
setStatus in class DimseResponseMessage
- Throws:
DicomException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009 dicom4j. All Rights Reserved.