public enum V3HL7ContextConductionStyle extends Enum<V3HL7ContextConductionStyle>
| Enum Constant and Description |
|---|
C
Definition: Context conduction is defined using the contextConductionCode and contextConductionInd attributes on ActRelationship and Participation.
|
I
Definition: Context conduction is not explicitly defined.
|
NULL
added to help the parsers
|
V
Definition: Context conduction is defined using the ActRelationship.blockedContextActRelationshipType and blockedContextParticipationType attributes and the "conductible" property on the ActRelationshipType and ParticipationType code systems.
|
| Modifier and Type | Method and Description |
|---|---|
static V3HL7ContextConductionStyle |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3HL7ContextConductionStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3HL7ContextConductionStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3HL7ContextConductionStyle C
public static final V3HL7ContextConductionStyle I
public static final V3HL7ContextConductionStyle V
public static final V3HL7ContextConductionStyle NULL
public static V3HL7ContextConductionStyle[] values()
for (V3HL7ContextConductionStyle c : V3HL7ContextConductionStyle.values()) System.out.println(c);
public static V3HL7ContextConductionStyle 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 V3HL7ContextConductionStyle 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.