public static enum ModuleMetadata.ModuleMetadataResourceType extends Enum<ModuleMetadata.ModuleMetadataResourceType>
| Enum Constant and Description |
|---|
CITATION
Bibliographic citation for papers, references, or other relevant material for the module.
|
DERIVEDFROM
The module is derived from the resource.
|
DOCUMENTATION
Additional documentation for the module.
|
JUSTIFICATION
A summary of the justification for the artifact including supporting evidence, relevant guidelines, or other clinically important information.
|
NULL
added to help the parsers
|
PREDECESSOR
The previous version of the module
|
SUCCESSOR
The next version of the module
|
| Modifier and Type | Method and Description |
|---|---|
static ModuleMetadata.ModuleMetadataResourceType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ModuleMetadata.ModuleMetadataResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleMetadata.ModuleMetadataResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleMetadata.ModuleMetadataResourceType DOCUMENTATION
public static final ModuleMetadata.ModuleMetadataResourceType JUSTIFICATION
public static final ModuleMetadata.ModuleMetadataResourceType CITATION
public static final ModuleMetadata.ModuleMetadataResourceType PREDECESSOR
public static final ModuleMetadata.ModuleMetadataResourceType SUCCESSOR
public static final ModuleMetadata.ModuleMetadataResourceType DERIVEDFROM
public static final ModuleMetadata.ModuleMetadataResourceType NULL
public static ModuleMetadata.ModuleMetadataResourceType[] values()
for (ModuleMetadata.ModuleMetadataResourceType c : ModuleMetadata.ModuleMetadataResourceType.values()) System.out.println(c);
public static ModuleMetadata.ModuleMetadataResourceType 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 ModuleMetadata.ModuleMetadataResourceType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.