public enum FlagCategory extends Enum<FlagCategory>
| Enum Constant and Description |
|---|
ADMIN
Flags related to administrative and financial processes.
|
CONTACT
Flags related to coming into contact with the patient.
|
DIET
Flags related to the subject's dietary needs.
|
DRUG
Flags related to the patient's medications.
|
LAB
Flags related to performing laboratory tests and related processes (e.g.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static FlagCategory |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static FlagCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlagCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlagCategory DIET
public static final FlagCategory DRUG
public static final FlagCategory LAB
public static final FlagCategory ADMIN
public static final FlagCategory CONTACT
public static final FlagCategory NULL
public static FlagCategory[] values()
for (FlagCategory c : FlagCategory.values()) System.out.println(c);
public static FlagCategory 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 FlagCategory fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.