public enum DocumentRelationshipType extends Enum<DocumentRelationshipType>
| Enum Constant and Description |
|---|
APPENDS
This document adds additional information to the target document.
|
NULL
added to help the parsers
|
REPLACES
This document logically replaces or supersedes the target document.
|
SIGNS
This document is a signature of the target document.
|
TRANSFORMS
This document was generated by transforming the target document (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentRelationshipType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DocumentRelationshipType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentRelationshipType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentRelationshipType REPLACES
public static final DocumentRelationshipType TRANSFORMS
public static final DocumentRelationshipType SIGNS
public static final DocumentRelationshipType APPENDS
public static final DocumentRelationshipType NULL
public static DocumentRelationshipType[] values()
for (DocumentRelationshipType c : DocumentRelationshipType.values()) System.out.println(c);
public static DocumentRelationshipType 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 DocumentRelationshipType 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.