public static enum Flag.FlagStatus extends Enum<Flag.FlagStatus>
| Enum Constant and Description |
|---|
ACTIVE
A current flag that should be displayed to a user.
|
ENTEREDINERROR
The flag was added in error and should no longer be displayed.
|
INACTIVE
The flag no longer needs to be displayed.
|
NULL
added to help the parsers with the generic types
|
| Modifier and Type | Method and Description |
|---|---|
static Flag.FlagStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Flag.FlagStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flag.FlagStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Flag.FlagStatus ACTIVE
public static final Flag.FlagStatus INACTIVE
public static final Flag.FlagStatus ENTEREDINERROR
public static final Flag.FlagStatus NULL
public static Flag.FlagStatus[] values()
for (Flag.FlagStatus c : Flag.FlagStatus.values()) System.out.println(c);
public static Flag.FlagStatus 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 Flag.FlagStatus 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.