org.dicom4j.network.dimse
Class QueryRetrieveUtils

java.lang.Object
  extended by org.dicom4j.network.dimse.QueryRetrieveUtils

Deprecated. see QueryRetreieveLevel Utility class to provide fonctionnality related to Query/Retrieve

public final class QueryRetrieveUtils
extends Object

Since:
Alpha 0.0.3
Author:
Laurent Lecomte

Constructor Summary
QueryRetrieveUtils()
          Deprecated.  
 
Method Summary
static String getQueryRetreiveLevel(DataSet aDataSet)
          Deprecated.  
static boolean isImageLevel(DataSet aDataSet)
          Deprecated. return true is the DataSet indicate a Image Q/R Level
static boolean isPatientLevel(DataSet aDataSet)
          Deprecated. Return true is the DataSet indicate a Patient Q/R Level
static boolean isSerieLevel(DataSet aDataSet)
          Deprecated.  
static boolean isStudyLevel(DataSet aDataSet)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryRetrieveUtils

public QueryRetrieveUtils()
Deprecated. 
Method Detail

getQueryRetreiveLevel

public static String getQueryRetreiveLevel(DataSet aDataSet)
Deprecated. 

isImageLevel

public static boolean isImageLevel(DataSet aDataSet)
                            throws Exception
Deprecated. 
return true is the DataSet indicate a Image Q/R Level

Parameters:
aDataSet -
Returns:
Throws:
Exception

isPatientLevel

public static boolean isPatientLevel(DataSet aDataSet)
                              throws Exception
Deprecated. 
Return true is the DataSet indicate a Patient Q/R Level

Parameters:
aDataSet -
Returns:
Throws:
Exception

isSerieLevel

public static boolean isSerieLevel(DataSet aDataSet)
                            throws Exception
Deprecated. 
Throws:
Exception

isStudyLevel

public static boolean isStudyLevel(DataSet aDataSet)
                            throws Exception
Deprecated. 
Throws:
Exception


Copyright © 2009 dicom4j. All Rights Reserved.