public static enum MoveSCU.InformationModel extends Enum<MoveSCU.InformationModel>
Enum Constant and Description |
---|
ColorPalette |
CompositeInstanceRoot |
HangingProtocol |
PatientRoot |
PatientStudyOnly |
StudyRoot |
Modifier and Type | Field and Description |
---|---|
(package private) String |
cuid |
(package private) String |
level |
Modifier and Type | Method and Description |
---|---|
String |
getCuid() |
static MoveSCU.InformationModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MoveSCU.InformationModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoveSCU.InformationModel PatientRoot
public static final MoveSCU.InformationModel StudyRoot
public static final MoveSCU.InformationModel PatientStudyOnly
public static final MoveSCU.InformationModel CompositeInstanceRoot
public static final MoveSCU.InformationModel HangingProtocol
public static final MoveSCU.InformationModel ColorPalette
public static MoveSCU.InformationModel[] values()
for (MoveSCU.InformationModel c : MoveSCU.InformationModel.values()) System.out.println(c);
public static MoveSCU.InformationModel 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.