Enum Constant Summary
Enum Constants
A list of part adverse reactions.
A list of alerts for the patient.
A list of Allergies for the patient.
A list of medication statements for the patient.
added to help the parsers
A set of care plans that apply in a particular context of care.
A list of problems that the patient is known of have (or have had in the
past).
A set of protocols to be followed.
A list of items waiting for an event (perhaps a surgical patient waiting
list).
A list of items that constitute a set of work to be performed (typically this
code would be specialized for more specific uses, such as a ward round list).
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
ALERTS
A list of alerts for the patient.
ADVERSERXNS
A list of part adverse reactions.
ALLERGIES
A list of Allergies for the patient.
MEDICATIONS
A list of medication statements for the patient.
PROBLEMS
A list of problems that the patient is known of have (or have had in the
past).
WORKLIST
A list of items that constitute a set of work to be performed (typically this
code would be specialized for more specific uses, such as a ward round list).
WAITING
A list of items waiting for an event (perhaps a surgical patient waiting
list).
PROTOCOLS
A set of protocols to be followed.
PLANS
A set of care plans that apply in a particular context of care.
NULL
added to help the parsers
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (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 class has no constant with the specified name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException