public static enum FindSCU.InformationModel extends Enum<FindSCU.InformationModel>
Enum Constant and Description |
---|
ColorPalette |
HangingProtocol |
MWL |
PatientRoot |
PatientStudyOnly |
StudyRoot |
UPSPull |
UPSWatch |
Modifier and Type | Field and Description |
---|---|
(package private) String |
cuid |
(package private) String |
level |
Modifier and Type | Method and Description |
---|---|
void |
adjustQueryOptions(EnumSet<QueryOption> queryOptions) |
String |
getCuid() |
static FindSCU.InformationModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FindSCU.InformationModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FindSCU.InformationModel PatientRoot
public static final FindSCU.InformationModel StudyRoot
public static final FindSCU.InformationModel PatientStudyOnly
public static final FindSCU.InformationModel MWL
public static final FindSCU.InformationModel UPSPull
public static final FindSCU.InformationModel UPSWatch
public static final FindSCU.InformationModel HangingProtocol
public static final FindSCU.InformationModel ColorPalette
public static FindSCU.InformationModel[] values()
for (FindSCU.InformationModel c : FindSCU.InformationModel.values()) System.out.println(c);
public static FindSCU.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 nullpublic void adjustQueryOptions(EnumSet<QueryOption> queryOptions)
Copyright © 2017 dcm4che.org. All rights reserved.