public enum GraphCompartmentRule extends Enum<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
|
| Modifier and Type | Method and Description |
|---|---|
static GraphCompartmentRule |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static GraphCompartmentRule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphCompartmentRule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphCompartmentRule IDENTICAL
public static final GraphCompartmentRule MATCHING
public static final GraphCompartmentRule DIFFERENT
public static final GraphCompartmentRule CUSTOM
public static final GraphCompartmentRule NULL
public static GraphCompartmentRule[] values()
for (GraphCompartmentRule c : GraphCompartmentRule.values()) System.out.println(c);
public static 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 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.