org.dicom4j.network.dimse
Class DimseConst.QueryRetrieveLevel

java.lang.Object
  extended by org.dicom4j.network.dimse.DimseConst.QueryRetrieveLevel
Enclosing class:
DimseConst

public static class DimseConst.QueryRetrieveLevel
extends Object


Field Summary
static String IMAGES_LEVEL
           
static String PATIENT_LEVEL
           
static String SERIES_LEVEL
           
static String STUDY_LEVEL
           
 
Constructor Summary
DimseConst.QueryRetrieveLevel()
           
 
Method Summary
static boolean isImageLevel(String aLevel)
           
static boolean isPatientLevel(String aLevel)
           
static boolean isSerieLevel(String aLevel)
           
static boolean isStudyLevel(String aLevel)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMAGES_LEVEL

public static String IMAGES_LEVEL

PATIENT_LEVEL

public static String PATIENT_LEVEL

SERIES_LEVEL

public static String SERIES_LEVEL

STUDY_LEVEL

public static String STUDY_LEVEL
Constructor Detail

DimseConst.QueryRetrieveLevel

public DimseConst.QueryRetrieveLevel()
Method Detail

isImageLevel

public static boolean isImageLevel(String aLevel)

isPatientLevel

public static boolean isPatientLevel(String aLevel)

isSerieLevel

public static boolean isSerieLevel(String aLevel)

isStudyLevel

public static boolean isStudyLevel(String aLevel)


Copyright © 2009 dicom4j. All Rights Reserved.