Enum Constant Summary
Enum Constants
Flags related to administrative and financial processes.
Flags related to subject's advance directives.
Flags related to behavior.
Flags related to the subject's clinical data.
Flags related to coming into contact with the patient.
Flags related to the subject's dietary needs.
Flags related to the subject's medications.
Flags related to performing laboratory tests and related processes (e.g.
added to help the parsers
Flags related to research.
Flags related to safety precautions.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
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.
phlebotomy).
ADMIN
Flags related to administrative and financial processes.
CLINICAL
Flags related to the subject's clinical data.
BEHAVIORAL
Flags related to behavior.
RESEARCH
Flags related to research.
ADVANCEDIRECTIVE
Flags related to subject's advance directives.
SAFETY
Flags related to safety precautions.
NULL
added to help the parsers
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException