public enum V3ContextControl extends Enum<V3ContextControl>
| Enum Constant and Description |
|---|
_CONTEXTCONTROLADDITIVE
The association adds to the existing context associated with the Act.
|
_CONTEXTCONTROLNONPROPAGATING
The association applies only to the current Act and will not propagate to any child Acts that are related via a conducting ActRelationship (refer to contextConductionInd).
|
_CONTEXTCONTROLOVERRIDING
The association adds to the existing context associated with the Act, but replaces associations propagated from ancestor Acts whose typeCodes are the same or more specific.
|
_CONTEXTCONTROLPROPAGATING
The association propagates to any child Acts that are related via a conducting ActRelationship (refer to contextConductionInd).
|
AN
The association adds to the existing context associated with the Act, but will not propagate to any descendant Acts reached by conducting ActRelationships (see contextControlCode).
|
AP
The association adds to the existing context associated with the Act, and will propagate to any descendant Acts reached by conducting ActRelationships (see contextControlCode).
|
NULL
added to help the parsers
|
ON
The association is added to the existing context associated with the Act, but overrides an association with the same typeCode.
|
OP
The association is added to the existing context associated with the Act, but overrides an association with the same typeCode.
|
| Modifier and Type | Method and Description |
|---|---|
static V3ContextControl |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3ContextControl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3ContextControl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3ContextControl _CONTEXTCONTROLADDITIVE
public static final V3ContextControl AN
public static final V3ContextControl AP
public static final V3ContextControl _CONTEXTCONTROLNONPROPAGATING
public static final V3ContextControl ON
public static final V3ContextControl _CONTEXTCONTROLOVERRIDING
public static final V3ContextControl OP
public static final V3ContextControl _CONTEXTCONTROLPROPAGATING
public static final V3ContextControl NULL
public static V3ContextControl[] values()
for (V3ContextControl c : V3ContextControl.values()) System.out.println(c);
public static V3ContextControl 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 V3ContextControl 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.