public enum V3EntityDeterminer extends Enum<V3EntityDeterminer>
| Enum Constant and Description |
|---|
GROUP
A determiner that specifies that the Entity object represents a particular collection of physical things (as opposed to a universal, kind, or class of physical thing).
|
GROUPKIND
A determiner that specifies that the Entity object represents a universal, kind or class of collections physical things.
|
INSTANCE
Description:A determiner that specifies that the Entity object represents a particular physical thing (as opposed to a universal, kind, or class of physical thing).
|
KIND
Description:A determiner that specifies that the Entity object represents a universal, kind or class of physical thing (as opposed to a particular thing).
|
NULL
added to help the parsers
|
QUANTIFIEDKIND
The described quantified determiner indicates that the given Entity is taken as a general description of a specific amount of a thing.
|
| Modifier and Type | Method and Description |
|---|---|
static V3EntityDeterminer |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3EntityDeterminer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3EntityDeterminer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3EntityDeterminer INSTANCE
public static final V3EntityDeterminer GROUP
public static final V3EntityDeterminer KIND
public static final V3EntityDeterminer GROUPKIND
public static final V3EntityDeterminer QUANTIFIEDKIND
public static final V3EntityDeterminer NULL
public static V3EntityDeterminer[] values()
for (V3EntityDeterminer c : V3EntityDeterminer.values()) System.out.println(c);
public static V3EntityDeterminer 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 V3EntityDeterminer 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.