public enum DocumentRelationshipTypeEnum extends Enum<DocumentRelationshipTypeEnum>
| Enum Constant and Description |
|---|
APPENDS
Display: Appends
Code Value: appends This document adds additional information to the target document. |
REPLACES
Display: Replaces
Code Value: replaces This document logically replaces or supersedes the target document. |
SIGNS
Display: Signs
Code Value: signs This document is a signature of the target document. |
TRANSFORMS
Display: Transforms
Code Value: transforms This document was generated by transforming the target document (e.g. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<DocumentRelationshipTypeEnum> |
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:
DocumentRelationshipType
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentRelationshipTypeEnum |
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 DocumentRelationshipTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentRelationshipTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentRelationshipTypeEnum REPLACES
public static final DocumentRelationshipTypeEnum TRANSFORMS
public static final DocumentRelationshipTypeEnum SIGNS
public static final DocumentRelationshipTypeEnum APPENDS
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<DocumentRelationshipTypeEnum> VALUESET_BINDER
public static DocumentRelationshipTypeEnum[] values()
for (DocumentRelationshipTypeEnum c : DocumentRelationshipTypeEnum.values()) System.out.println(c);
public static DocumentRelationshipTypeEnum 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 DocumentRelationshipTypeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.