public enum Program extends Enum<Program>
| Enum Constant and Description |
|---|
_1
null
|
_10
null
|
_11
null
|
_12
null
|
_13
null
|
_14
null
|
_15
null
|
_16
null
|
_17
null
|
_18
null
|
_19
null
|
_2
null
|
_20
null
|
_21
null
|
_22
null
|
_23
null
|
_24
null
|
_25
null
|
_26
null
|
_27
null
|
_28
null
|
_29
null
|
_3
null
|
_30
null
|
_31
null
|
_32
null
|
_33
null
|
_34
null
|
_35
null
|
_36
null
|
_37
null
|
_38
null
|
_39
null
|
_4
null
|
_40
null
|
_41
null
|
_42
null
|
_43
null
|
_44
null
|
_45
null
|
_5
null
|
_6
null
|
_7
null
|
_8
null
|
_9
null
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static Program |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Program |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Program[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static Program[] values()
for (Program c : Program.values()) System.out.println(c);
public static Program 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 Program fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.