org.dicom4j.network.dimse.messages
Interface DimseMessage

All Known Implementing Classes:
AbstractDimseMessage, CCancelRequest, CEchoRequestMessage, CEchoResponseMessage, CFindRequestMessage, CFindResponseMessage, CGetRequestMessage, CMoveRequestMessage, CMoveResponseMessage, CStoreRequestMessage, CStoreResponseMessage, DimseMessageWithAffectedSOPClass, DimseRequestMessage, DimseResponseMessage, NActionRequest, NActionResponse, NCreateRequest, NCreateResponse, NDeleteRequest, NEventReportRequest, NEventReportResponse, NormalizedMessage, NSetRequest, RequestedSOPClassUIDRequestMessage

public interface DimseMessage

Dimse Message

Since:
0.0.8, 1 mars 2009
Author:
Laurent Lecomte

Method Summary
 CommandSet getCommandSet()
          return the message's CommandSet
 DataSet getDataSet()
          return the message's DataSet (must be null if the message doesn't contain a DataSet)
 String getName()
          return the name of the message
 void setDataSet(DataSet dataSet)
           
 

Method Detail

getCommandSet

CommandSet getCommandSet()
return the message's CommandSet

Returns:
the CommandSet

getDataSet

DataSet getDataSet()
return the message's DataSet (must be null if the message doesn't contain a DataSet)

Returns:
the DataSet

setDataSet

void setDataSet(DataSet dataSet)
                throws DicomException
Throws:
DicomException

getName

String getName()
return the name of the message

Returns:


Copyright © 2009 dicom4j. All Rights Reserved.