public static enum Observation.ObservationRelationshipType extends Enum<Observation.ObservationRelationshipType>
| Enum Constant and Description |
|---|
DERIVEDFROM
The target resource (Observation or QuestionnaireResponse) is part of the information from which this observation value is derived.
|
HASMEMBER
This observation is a group observation (e.g.
|
INTERFEREDBY
The value of the target observation interferes (degrades quality, or prevents valid observation) with the semantics of the source observation (e.g.
|
NULL
added to help the parsers with the generic types
|
QUALIFIEDBY
The value of the target observation qualifies (refines) the semantics of the source observation (e.g.
|
REPLACES
This observation replaces a previous observation (i.e.
|
SEQUELTO
This observation follows the target observation (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static Observation.ObservationRelationshipType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Observation.ObservationRelationshipType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Observation.ObservationRelationshipType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Observation.ObservationRelationshipType HASMEMBER
public static final Observation.ObservationRelationshipType DERIVEDFROM
public static final Observation.ObservationRelationshipType SEQUELTO
public static final Observation.ObservationRelationshipType REPLACES
public static final Observation.ObservationRelationshipType QUALIFIEDBY
public static final Observation.ObservationRelationshipType INTERFEREDBY
public static final Observation.ObservationRelationshipType NULL
public static Observation.ObservationRelationshipType[] values()
for (Observation.ObservationRelationshipType c : Observation.ObservationRelationshipType.values()) System.out.println(c);
public static Observation.ObservationRelationshipType 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 Observation.ObservationRelationshipType fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2017 University Health Network. All rights reserved.