org.dicom4j.network.dimse
Class QueryRetrieveLevel
java.lang.Object
org.dicom4j.core.utils.StringValue
org.dicom4j.network.dimse.QueryRetrieveLevel
public class QueryRetrieveLevel
- extends StringValue
Query Retrieve Level
- Since:
- 0.0.6
- Author:
- Laurent Lecomte
PATIENT_LEVEL
public static final QueryRetrieveLevel PATIENT_LEVEL
IMAGES_LEVEL
public static final QueryRetrieveLevel IMAGES_LEVEL
SERIES_LEVEL
public static final QueryRetrieveLevel SERIES_LEVEL
STUDY_LEVEL
public static final QueryRetrieveLevel STUDY_LEVEL
QueryRetrieveLevel
public QueryRetrieveLevel(String aValue)
isPatientLevel
public boolean isPatientLevel()
isStudyLevel
public boolean isStudyLevel()
isSerieLevel
public boolean isSerieLevel()
isImageLevel
public boolean isImageLevel()
isPatientLevel
public static boolean isPatientLevel(String aLevel)
isImageLevel
public static boolean isImageLevel(String aLevel)
isSerieLevel
public static boolean isSerieLevel(String aLevel)
isStudyLevel
public static boolean isStudyLevel(String aLevel)
isImageLevel
public static boolean isImageLevel(DataSet aDataSet)
throws Exception
- 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
- 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
- Throws:
Exception
isStudyLevel
public static boolean isStudyLevel(DataSet aDataSet)
throws Exception
- Throws:
Exception
getQueryRetreiveLevel
public static String getQueryRetreiveLevel(DataSet aDataSet)
Copyright © 2009 dicom4j. All Rights Reserved.