public enum RelatedArtifactType extends Enum<RelatedArtifactType>
| Enum Constant and Description |
|---|
CITATION
Bibliographic citation for papers, references, or other relevant material for the knowledge resource.
|
COMPOSEDOF
The knowledge resource is composed of the given related artifact.
|
DEPENDSON
The knowledge resource depends on the given related artifact.
|
DERIVEDFROM
The knowledge resource is derived from the related artifact.
|
DOCUMENTATION
Additional documentation for the knowledge resource.
|
JUSTIFICATION
A summary of the justification for the knowledge resource including supporting evidence, relevant guidelines, or other clinically important information.
|
NULL
added to help the parsers
|
PREDECESSOR
The previous version of the knowledge resource.
|
SUCCESSOR
The next version of the knowledge resource.
|
| Modifier and Type | Method and Description |
|---|---|
static RelatedArtifactType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static RelatedArtifactType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelatedArtifactType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelatedArtifactType DOCUMENTATION
public static final RelatedArtifactType JUSTIFICATION
public static final RelatedArtifactType CITATION
public static final RelatedArtifactType PREDECESSOR
public static final RelatedArtifactType SUCCESSOR
public static final RelatedArtifactType DERIVEDFROM
public static final RelatedArtifactType DEPENDSON
public static final RelatedArtifactType COMPOSEDOF
public static final RelatedArtifactType NULL
public static RelatedArtifactType[] values()
for (RelatedArtifactType c : RelatedArtifactType.values()) System.out.println(c);
public static RelatedArtifactType 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 RelatedArtifactType 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.