public static enum GraphDefinition.GraphCompartmentRule extends Enum<GraphDefinition.GraphCompartmentRule>
| Enum Constant and Description |
|---|
CUSTOM
The compartment rule is defined in the accompanying FHIRPath expression.
|
DIFFERENT
The compartment must be different.
|
IDENTICAL
The compartment must be identical (the same literal reference).
|
MATCHING
The compartment must be the same - the record must be about the same patient, but the reference may be different.
|
NULL
added to help the parsers with the generic types
|
| Modifier and Type | Method and Description |
|---|---|
static GraphDefinition.GraphCompartmentRule |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static GraphDefinition.GraphCompartmentRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphDefinition.GraphCompartmentRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphDefinition.GraphCompartmentRule IDENTICAL
public static final GraphDefinition.GraphCompartmentRule MATCHING
public static final GraphDefinition.GraphCompartmentRule DIFFERENT
public static final GraphDefinition.GraphCompartmentRule CUSTOM
public static final GraphDefinition.GraphCompartmentRule NULL
public static GraphDefinition.GraphCompartmentRule[] values()
for (GraphDefinition.GraphCompartmentRule c : GraphDefinition.GraphCompartmentRule.values()) System.out.println(c);
public static GraphDefinition.GraphCompartmentRule 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 GraphDefinition.GraphCompartmentRule 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.