
Package org.hl7.fhir.r4.model
Enum Class ImplementationGuide.GuideParameterCode
java.lang.Object
java.lang.Enum<ImplementationGuide.GuideParameterCode>
org.hl7.fhir.r4.model.ImplementationGuide.GuideParameterCode
- All Implemented Interfaces:
- Serializable,- Comparable<ImplementationGuide.GuideParameterCode>,- Constable
- Enclosing class:
- ImplementationGuide
public static enum ImplementationGuide.GuideParameterCode
extends Enum<ImplementationGuide.GuideParameterCode>
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionIf the value of this string 0..* parameter is one of the metadata fields then all conformance resources will have any specified [Resource].The value of this string 0..* parameter is a parameter (name=value) when expanding value sets for this implementation guide.The value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in JSON format.The value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in Turtle format.The value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in XML format.The value of this string singleton parameter is the name of the file to use as the builder template for each generated page (see templating).added to help the parsers with the generic typesThe value of this string 0..1 parameter is a subfolder of the build context's location that contains files that are part of the html content processed by the builder.The value of this string 0..* parameter is a subfolder of the build context's location that is to be scanned to load resources.The value of this string 0..1 parameter is a subfolder of the build context's location that is used as the terminology cache.The value of this string 0..1 parameter is either "warning" or "error" (default = "error").
- 
Method Summary
- 
Enum Constant Details- 
APPLYIf the value of this string 0..* parameter is one of the metadata fields then all conformance resources will have any specified [Resource].[field] overwritten with the ImplementationGuide.[field], where field is one of: version, date, status, publisher, contact, copyright, experimental, jurisdiction, useContext.
- 
PATHRESOURCEThe value of this string 0..* parameter is a subfolder of the build context's location that is to be scanned to load resources. Scope is (if present) a particular resource type.
- 
PATHPAGESThe value of this string 0..1 parameter is a subfolder of the build context's location that contains files that are part of the html content processed by the builder.
- 
PATHTXCACHEThe value of this string 0..1 parameter is a subfolder of the build context's location that is used as the terminology cache. If this is not present, the terminology cache is on the local system, not under version control.
- 
EXPANSIONPARAMETERThe value of this string 0..* parameter is a parameter (name=value) when expanding value sets for this implementation guide. This is particularly used to specify the versions of published terminologies such as SNOMED CT.
- 
RULEBROKENLINKSThe value of this string 0..1 parameter is either "warning" or "error" (default = "error"). If the value is "warning" then IG build tools allow the IG to be considered successfully build even when there is no internal broken links.
- 
GENERATEXMLThe value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in XML format. If not present, the Publication Tool decides whether to generate XML.
- 
GENERATEJSONThe value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in JSON format. If not present, the Publication Tool decides whether to generate JSON.
- 
GENERATETURTLEThe value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in Turtle format. If not present, the Publication Tool decides whether to generate Turtle.
- 
HTMLTEMPLATEThe value of this string singleton parameter is the name of the file to use as the builder template for each generated page (see templating).
- 
NULLadded to help the parsers with the generic types
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
fromCodepublic static ImplementationGuide.GuideParameterCode fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
toCode
- 
getSystem
- 
getDefinition
- 
getDisplay
 
-