public enum ConceptMapEquivalenceEnum extends Enum<ConceptMapEquivalenceEnum>
Enum Constant and Description |
---|
DISJOINT
Display: Disjoint
Code Value: disjoint This is an explicit assertion that there is no mapping between the source and target concept. |
EQUAL
Display: Equal
Code Value: equal The definitions of the concepts are exactly the same (i.e. |
EQUIVALENT
Display: Equivalent
Code Value: equivalent The definitions of the concepts mean the same thing (including when structural implications of meaning are considered) (i.e. |
INEXACT
Display: Inexact
Code Value: inexact The target mapping overlaps with the source concept, but both source and target cover additional meaning, or the definitions are imprecise and it is uncertain whether they have the same boundaries to their meaning. |
NARROWER
Display: Narrower
Code Value: narrower The target mapping is narrower in meaning that the source concept. |
SPECIALIZES
Display: Specializes
Code Value: specializes The target mapping specializes the meaning of the source concept (e.g. |
SUBSUMES
Display: Subsumes
Code Value: subsumes The target mapping subsumes the meaning of the source concept (e.g. |
UNMATCHED
Display: Unmatched
Code Value: unmatched There is no match for this concept in the destination concept system. |
WIDER
Display: Wider
Code Value: wider The target mapping is wider in meaning than the source concept. |
Modifier and Type | Field and Description |
---|---|
static IValueSetEnumBinder<ConceptMapEquivalenceEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
ConceptMapEquivalence
|
Modifier and Type | Method and Description |
---|---|
static ConceptMapEquivalenceEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static ConceptMapEquivalenceEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConceptMapEquivalenceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConceptMapEquivalenceEnum EQUIVALENT
public static final ConceptMapEquivalenceEnum EQUAL
public static final ConceptMapEquivalenceEnum WIDER
public static final ConceptMapEquivalenceEnum SUBSUMES
public static final ConceptMapEquivalenceEnum NARROWER
public static final ConceptMapEquivalenceEnum SPECIALIZES
public static final ConceptMapEquivalenceEnum INEXACT
public static final ConceptMapEquivalenceEnum UNMATCHED
public static final ConceptMapEquivalenceEnum DISJOINT
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ConceptMapEquivalenceEnum> VALUESET_BINDER
public static ConceptMapEquivalenceEnum[] values()
for (ConceptMapEquivalenceEnum c : ConceptMapEquivalenceEnum.values()) System.out.println(c);
public static ConceptMapEquivalenceEnum 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 String getCode()
public String getSystem()
public static ConceptMapEquivalenceEnum forCode(String theCode)
Copyright © 2014–2019 University Health Network. All rights reserved.