public static enum RelatedArtifact.RelatedArtifactType extends Enum<RelatedArtifact.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 with the generic types
|
PREDECESSOR
The previous version of the knowledge resource.
|
SUCCESSOR
The next version of the knowledge resource.
|
| Modifier and Type | Method and Description |
|---|---|
static RelatedArtifact.RelatedArtifactType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static RelatedArtifact.RelatedArtifactType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelatedArtifact.RelatedArtifactType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelatedArtifact.RelatedArtifactType DOCUMENTATION
public static final RelatedArtifact.RelatedArtifactType JUSTIFICATION
public static final RelatedArtifact.RelatedArtifactType CITATION
public static final RelatedArtifact.RelatedArtifactType PREDECESSOR
public static final RelatedArtifact.RelatedArtifactType SUCCESSOR
public static final RelatedArtifact.RelatedArtifactType DERIVEDFROM
public static final RelatedArtifact.RelatedArtifactType DEPENDSON
public static final RelatedArtifact.RelatedArtifactType COMPOSEDOF
public static final RelatedArtifact.RelatedArtifactType NULL
public static RelatedArtifact.RelatedArtifactType[] values()
for (RelatedArtifact.RelatedArtifactType c : RelatedArtifact.RelatedArtifactType.values()) System.out.println(c);
public static RelatedArtifact.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 RelatedArtifact.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.