public enum FlagCategory extends Enum<FlagCategory>
| Enum Constant and Description |
|---|
ADMIN
Flags related to administrative and financial processes.
|
ADVANCEDIRECTIVE
Flags related to subject's advance directives.
|
BEHAVIORAL
Flags related to behavior.
|
CLINICAL
Flags related to the subject's clinical data.
|
CONTACT
Flags related to coming into contact with the patient.
|
DIET
Flags related to the subject's dietary needs.
|
DRUG
Flags related to the subject's medications.
|
LAB
Flags related to performing laboratory tests and related processes (e.g.
|
NULL
added to help the parsers
|
RESEARCH
Flags related to research.
|
SAFETY
Flags related to safety precautions.
|
| 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 CLINICAL
public static final FlagCategory BEHAVIORAL
public static final FlagCategory RESEARCH
public static final FlagCategory ADVANCEDIRECTIVE
public static final FlagCategory SAFETY
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 org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.