public enum V3ActRelationshipSubset extends Enum<V3ActRelationshipSubset>
| Enum Constant and Description |
|---|
_PARTICIPATIONSUBSET
Used to indicate that the participation is a filtered subset of the total participations of the same type owned by the Act.
|
ACTRELATIONSHIPEXPECTEDSUBSET
ActRelationshipExpectedSubset
|
ACTRELATIONSHIPPASTSUBSET
ActRelationshipPastSubset
|
FIRST
Restricted to the earliest known occurrence that occurred or was scheduled to occur in the past.
|
FUTSUM
Represents a 'summary' of all acts that are scheduled to occur in the future (whose effective time is greater than 'now' where is the time the instance is authored.).
|
FUTURE
An occurrence that is scheduled to occur in the future.
|
LAST
Restricted to the latest known occurrence that is scheduled to occur.
|
MAX
The occurrence whose value attribute is greater than all other occurrences at the time the instance is created.
|
MIN
The occurrence whose value attribute is less than all other occurrences at the time the instance is created.
|
NEXT
Restricted to the nearest recent known occurrence scheduled to occur in the future.
|
NULL
added to help the parsers
|
PAST
An occurrence that occurred or was scheduled to occur in the past.
|
PREVSUM
Represents a 'summary' of all acts that previously occurred or were scheduled to occur.
|
RECENT
Restricted to the most recent known occurrence that occurred or was scheduled to occur in the past.
|
SUM
Represents a 'summary' of all acts that have occurred or were scheduled to occur and which are scheduled to occur in the future.
|
| Modifier and Type | Method and Description |
|---|---|
static V3ActRelationshipSubset |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3ActRelationshipSubset |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3ActRelationshipSubset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3ActRelationshipSubset _PARTICIPATIONSUBSET
public static final V3ActRelationshipSubset FUTURE
public static final V3ActRelationshipSubset FUTSUM
public static final V3ActRelationshipSubset LAST
public static final V3ActRelationshipSubset NEXT
public static final V3ActRelationshipSubset PAST
public static final V3ActRelationshipSubset FIRST
public static final V3ActRelationshipSubset PREVSUM
public static final V3ActRelationshipSubset RECENT
public static final V3ActRelationshipSubset SUM
public static final V3ActRelationshipSubset ACTRELATIONSHIPEXPECTEDSUBSET
public static final V3ActRelationshipSubset ACTRELATIONSHIPPASTSUBSET
public static final V3ActRelationshipSubset MAX
public static final V3ActRelationshipSubset MIN
public static final V3ActRelationshipSubset NULL
public static V3ActRelationshipSubset[] values()
for (V3ActRelationshipSubset c : V3ActRelationshipSubset.values()) System.out.println(c);
public static V3ActRelationshipSubset 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 V3ActRelationshipSubset 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.