Enum ModuleMetadataType
- java.lang.Object
-
- java.lang.Enum<ModuleMetadataType>
-
- org.hl7.fhir.dstu2016may.model.codesystems.ModuleMetadataType
-
- All Implemented Interfaces:
Serializable,Comparable<ModuleMetadataType>
public enum ModuleMetadataType extends Enum<ModuleMetadataType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DECISIONSUPPORTRULEAn Event-Condition-Action Rule ArtifactDOCUMENTATIONTEMPLATEA Documentation Template ArtifactLIBRARYThe resource is a shareable library of formalized knowledgeMODULEThe resource is a description of a knowledge moduleNULLadded to help the parsersORDERSETAn Order Set Artifact
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModuleMetadataTypefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ModuleMetadataTypevalueOf(String name)Returns the enum constant of this type with the specified name.static ModuleMetadataType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
MODULE
public static final ModuleMetadataType MODULE
The resource is a description of a knowledge module
-
LIBRARY
public static final ModuleMetadataType LIBRARY
The resource is a shareable library of formalized knowledge
-
DECISIONSUPPORTRULE
public static final ModuleMetadataType DECISIONSUPPORTRULE
An Event-Condition-Action Rule Artifact
-
DOCUMENTATIONTEMPLATE
public static final ModuleMetadataType DOCUMENTATIONTEMPLATE
A Documentation Template Artifact
-
ORDERSET
public static final ModuleMetadataType ORDERSET
An Order Set Artifact
-
NULL
public static final ModuleMetadataType NULL
added to help the parsers
-
-
Method Detail
-
values
public static ModuleMetadataType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ModuleMetadataType c : ModuleMetadataType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ModuleMetadataType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromCode
public static ModuleMetadataType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-