|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.network.dimse.messages.support.AbstractDimseMessage
public abstract class AbstractDimseMessage
Base class for DIMSE messages.
A message contains
| Constructor Summary | |
|---|---|
AbstractDimseMessage(CommandSet aDimseCommandSet)
|
|
AbstractDimseMessage(int aMessageID)
|
|
| Method Summary | |
|---|---|
int |
getCommandField()
Return the value of the Command Field |
CommandSet |
getCommandSet()
Return the CommandSet |
DataSet |
getDataSet()
Return the DataSet |
int |
getMessageID()
Return the Message ID |
String |
getName()
Return the name of the message |
SOPClassRegistry |
getSopClassRegistry()
|
boolean |
isCEchoRequest()
|
boolean |
isCEchoResponse()
|
boolean |
isCFindRequest()
check if the message if the message is a C-Find-Request |
void |
removeDataSet()
Remove the DataSet from the message. |
void |
setCommandField(int aCommandField)
Set the Command Field |
void |
setDataSet(DataSet dataSet)
set the DataSet. |
void |
setSopClassRegistry(SOPClassRegistry sopClassRegistry)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractDimseMessage(CommandSet aDimseCommandSet)
public AbstractDimseMessage(int aMessageID)
throws DicomException
DicomException| Method Detail |
|---|
public int getCommandField()
public CommandSet getCommandSet()
getCommandSet in interface DimseMessagepublic DataSet getDataSet()
getDataSet in interface DimseMessagepublic int getMessageID()
public String getName()
getName in interface DimseMessagepublic boolean isCEchoRequest()
public boolean isCEchoResponse()
public boolean isCFindRequest()
public void removeDataSet()
throws DicomException
DataSetType is changed to reflect there no DataSet
DicomException
public void setCommandField(int aCommandField)
throws DicomException
aCommandField - the Command Field
DicomException
public void setDataSet(DataSet dataSet)
throws DicomException
setDataSet in interface DimseMessagedataSet - the DataSet to set
DicomExceptionpublic SOPClassRegistry getSopClassRegistry()
public void setSopClassRegistry(SOPClassRegistry sopClassRegistry)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||