public enum ExtraActivityType extends Enum<ExtraActivityType>
| Enum Constant and Description |
|---|
AGGREGATE
Activity resulting in a structured collection of preexisting content that does not necessarily result in an integral object with semantic context making it more than the sum of component parts, from which components could be disaggregated without loss of semantic context, e.g., the assembly of multiple stand-alone documents.
|
COMPOSE
Activity resulting in the structured compilation of new and preexisting content for the purposes of forming an integral object with semantic context making it more than the sum of component parts, which would be lost if decomposed.
|
LABEL
The means used to associate a set of security attributes with a specific information object as part of the data structure for that object.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static ExtraActivityType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ExtraActivityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtraActivityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtraActivityType AGGREGATE
public static final ExtraActivityType COMPOSE
public static final ExtraActivityType LABEL
public static final ExtraActivityType NULL
public static ExtraActivityType[] values()
for (ExtraActivityType c : ExtraActivityType.values()) System.out.println(c);
public static ExtraActivityType 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 ExtraActivityType 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.