|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.network.dimse.DimseConst
public class DimseConst
Constants contained in DIMSE-MESSAGES
| Nested Class Summary | |
|---|---|
class |
DimseConst.Priorities
Deprecated. since 0.0.4 use DimsePriority instead |
static class |
DimseConst.QueryRetrieveLevel
|
class |
DimseConst.Status
Status |
| Constructor Summary | |
|---|---|
DimseConst()
|
|
| Method Summary | |
|---|---|
static boolean |
isFailure(int aStatus)
Return true if the status indicates a failure status |
static boolean |
isPendingStatus(int aStatus)
Return true if the status indicates a pending status |
static String |
priorityToString(int aPriority)
Return a Priority as String |
static String |
statusToString(int aStatus)
Get a status as String |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DimseConst()
| Method Detail |
|---|
public static final boolean isFailure(int aStatus)
aStatus -
public static final boolean isPendingStatus(int aStatus)
aStatus -
public static String priorityToString(int aPriority)
aPriority - the priority
public static final String statusToString(int aStatus)
aStatus - the status
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||