public enum Level extends Enum<Level>
| Modifier and Type | Method and Description |
|---|---|
protected abstract IOD |
queryKeysIOD(Level rootLevel,
boolean relational) |
protected abstract IOD |
retrieveKeysIOD(Level rootLevel,
boolean relational) |
void |
validateQueryKeys(Attributes attrs,
Level rootLevel,
boolean relational) |
void |
validateRetrieveKeys(Attributes attrs,
Level rootLevel,
boolean relational) |
static Level |
valueOf(Attributes attrs,
String[] qrLevels) |
static Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Level PATIENT
public static final Level STUDY
public static final Level SERIES
public static final Level IMAGE
public static final Level FRAME
public static Level[] values()
for (Level c : Level.values()) System.out.println(c);
public static Level valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static Level valueOf(Attributes attrs, String[] qrLevels) throws ImageException
ImageExceptionpublic void validateQueryKeys(Attributes attrs, Level rootLevel, boolean relational) throws ImageException
ImageExceptionpublic void validateRetrieveKeys(Attributes attrs, Level rootLevel, boolean relational) throws ImageException
ImageExceptionCopyright © 2021. All rights reserved.