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