public static enum Composition.DocumentRelationshipType extends Enum<Composition.DocumentRelationshipType>
| Enum Constant and Description |
|---|
APPENDS
This document adds additional information to the target document.
|
NULL
added to help the parsers with the generic types
|
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 Composition.DocumentRelationshipType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Composition.DocumentRelationshipType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Composition.DocumentRelationshipType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Composition.DocumentRelationshipType REPLACES
public static final Composition.DocumentRelationshipType TRANSFORMS
public static final Composition.DocumentRelationshipType SIGNS
public static final Composition.DocumentRelationshipType APPENDS
public static final Composition.DocumentRelationshipType NULL
public static Composition.DocumentRelationshipType[] values()
for (Composition.DocumentRelationshipType c : Composition.DocumentRelationshipType.values()) System.out.println(c);
public static Composition.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 Composition.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.