public enum QCUpdateScope extends Enum<QCUpdateScope>
| Enum Constant and Description |
|---|
INSTANCE |
NONE |
PATIENT |
SERIES |
STUDY |
| Modifier and Type | Method and Description |
|---|---|
static QCUpdateScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QCUpdateScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QCUpdateScope PATIENT
public static final QCUpdateScope STUDY
public static final QCUpdateScope SERIES
public static final QCUpdateScope INSTANCE
public static final QCUpdateScope NONE
public static QCUpdateScope[] values()
for (QCUpdateScope c : QCUpdateScope.values()) System.out.println(c);
public static QCUpdateScope 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 nullCopyright © 2017 dcm4che.org. All rights reserved.