org.dicom4j.network.dimse
Class DimseConst.Priorities

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

Deprecated. since 0.0.4 use DimsePriority instead

@Deprecated
public class DimseConst.Priorities
extends Object

Priorities

Author:
Laurent Lecomte

Field Summary
static int HIGH
          Deprecated. HIGH priority
static int LOW
          Deprecated. LOW priority
static int MEDIUM
          Deprecated. MEDIUM priority
 
Constructor Summary
DimseConst.Priorities()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HIGH

public static final int HIGH
Deprecated. 
HIGH priority

See Also:
Constant Field Values

LOW

public static final int LOW
Deprecated. 
LOW priority

See Also:
Constant Field Values

MEDIUM

public static final int MEDIUM
Deprecated. 
MEDIUM priority

See Also:
Constant Field Values
Constructor Detail

DimseConst.Priorities

public DimseConst.Priorities()
Deprecated. 


Copyright © 2009 dicom4j. All Rights Reserved.