public enum DWebType extends Enum<DWebType>
Enum Constant and Description |
---|
IID
IHE - Invoke Image Display Profile
|
NULL
added to help the parsers
|
WADORS
Web Access to DICOM Persistent Objects - RESTful Services
|
WADOURI
Web Access to DICOM Persistent Objects - URI
|
Modifier and Type | Method and Description |
---|---|
static DWebType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DWebType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DWebType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DWebType WADORS
public static final DWebType WADOURI
public static final DWebType IID
public static final DWebType NULL
public static DWebType[] values()
for (DWebType c : DWebType.values()) System.out.println(c);
public static DWebType 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 DWebType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.