org.dicom4j.network.dimse.messages
Class CFindRequestMessage

java.lang.Object
  extended by org.dicom4j.network.dimse.messages.support.AbstractDimseMessage
      extended by org.dicom4j.network.dimse.messages.support.DimseMessageWithAffectedSOPClass
          extended by org.dicom4j.network.dimse.messages.support.DimseRequestMessage
              extended by org.dicom4j.network.dimse.messages.CFindRequestMessage
All Implemented Interfaces:
DimseMessage

public class CFindRequestMessage
extends DimseRequestMessage

C-FIND-RQ

Since:
Alpha 0.0.0
Author:
Laurent Lecomte

Constructor Summary
CFindRequestMessage(CommandSet aCommandSet)
          Creates a new message from a CommandSet
CFindRequestMessage(int aMessageID, String aAffectedSOPClassUID)
          Creates a new message
CFindRequestMessage(int aMessageID, String aAffectedSOPClassUID, int aPriority)
          Creates a new message
 
Method Summary
 String getName()
          Return the name of the message
 int getPriority()
           
 void setPriority(int aPriority)
          set the Priority
 String toString()
           
 
Methods inherited from class org.dicom4j.network.dimse.messages.support.DimseRequestMessage
getAffectedSOPClassUID, getAffectedSOPClassUIDElement, getAffectedSOPInstanceUIDElement, hasAffectedSOPClassUID, setAffectedSOPClassUID
 
Methods inherited from class org.dicom4j.network.dimse.messages.support.AbstractDimseMessage
getCommandField, getCommandSet, getDataSet, getMessageID, getSopClassRegistry, isCEchoRequest, isCEchoResponse, isCFindRequest, removeDataSet, setCommandField, setDataSet, setSopClassRegistry
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CFindRequestMessage

public CFindRequestMessage(CommandSet aCommandSet)
Creates a new message from a CommandSet

Parameters:
aCommandSet - the CommandSet

CFindRequestMessage

public CFindRequestMessage(int aMessageID,
                           String aAffectedSOPClassUID)
                    throws DicomException
Creates a new message

Parameters:
aMessageID -
aAffectedSOPClassUID -
Throws:
DicomException

CFindRequestMessage

public CFindRequestMessage(int aMessageID,
                           String aAffectedSOPClassUID,
                           int aPriority)
                    throws DicomException
Creates a new message

Parameters:
aMessageID -
aAffectedSOPClassUID -
aPriority -
Throws:
DicomException
Method Detail

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

getPriority

public int getPriority()

setPriority

public void setPriority(int aPriority)
                 throws DicomException
set the Priority

Parameters:
aPriority -
Throws:
DicomException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 dicom4j. All Rights Reserved.