public enum ContractContentDerivative extends Enum<ContractContentDerivative>
| Enum Constant and Description |
|---|
NULL
added to help the parsers
|
REGISTRATION
Content derivative that conveys sufficient information needed to register the source basal content from which it is derived.
|
RETRIEVAL
A content derivative that conveys sufficient information to locate and retrieve the content.
|
SHAREABLE
A Content Derivative that conveys sufficient information to determine the authorized entities with which the content may be shared.
|
STATEMENT
Content derivative that has less than full fidelity to the basal information source from which it was 'transcribed'.
|
| Modifier and Type | Method and Description |
|---|---|
static ContractContentDerivative |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ContractContentDerivative |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContractContentDerivative[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContractContentDerivative REGISTRATION
public static final ContractContentDerivative RETRIEVAL
public static final ContractContentDerivative STATEMENT
public static final ContractContentDerivative SHAREABLE
public static final ContractContentDerivative NULL
public static ContractContentDerivative[] values()
for (ContractContentDerivative c : ContractContentDerivative.values()) System.out.println(c);
public static ContractContentDerivative 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 ContractContentDerivative 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.