Enum Constant Summary
Enum Constants
A separate XDS document that references a prior document, and may extend or alter the observations in the prior document.
added to help the parsers
A new version of an existing document.
This document signs the target document.
A transformed document is derived by a machine translation from some other format.
Both a XFRM and a RPLC relationship.
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
APND
A separate XDS document that references a prior document, and may extend or alter the observations in the prior document.
RPLC
A new version of an existing document.
XFRM
A transformed document is derived by a machine translation from some other format.
XFRMRPLC
Both a XFRM and a RPLC relationship.
SIGNS
This document signs the target document.
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