public static enum ImplementationGuide.GuideParameterCode extends Enum<ImplementationGuide.GuideParameterCode>
| Enum Constant and Description |
|---|
APPLY
If 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.
|
EXPANSIONPARAMETER
The value of this string 0..* parameter is a parameter (name=value) when expanding value sets for this implementation guide.
|
GENERATEJSON
The value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in JSON format.
|
GENERATETURTLE
The value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in Turtle format.
|
GENERATEXML
The value of this boolean 0..1 parameter specifies whether the IG publisher creates examples in XML format.
|
HTMLTEMPLATE
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).
|
NULL
added to help the parsers with the generic types
|
PATHPAGES
The 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.
|
PATHRESOURCE
The value of this string 0..* parameter is a subfolder of the build context's location that is to be scanned to load resources.
|
PATHTXCACHE
The value of this string 0..1 parameter is a subfolder of the build context's location that is used as the terminology cache.
|
RULEBROKENLINKS
The value of this string 0..1 parameter is either "warning" or "error" (default = "error").
|
| Modifier and Type | Method and Description |
|---|---|
static ImplementationGuide.GuideParameterCode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ImplementationGuide.GuideParameterCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImplementationGuide.GuideParameterCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImplementationGuide.GuideParameterCode APPLY
public static final ImplementationGuide.GuideParameterCode PATHRESOURCE
public static final ImplementationGuide.GuideParameterCode PATHPAGES
public static final ImplementationGuide.GuideParameterCode PATHTXCACHE
public static final ImplementationGuide.GuideParameterCode EXPANSIONPARAMETER
public static final ImplementationGuide.GuideParameterCode RULEBROKENLINKS
public static final ImplementationGuide.GuideParameterCode GENERATEXML
public static final ImplementationGuide.GuideParameterCode GENERATEJSON
public static final ImplementationGuide.GuideParameterCode GENERATETURTLE
public static final ImplementationGuide.GuideParameterCode HTMLTEMPLATE
public static final ImplementationGuide.GuideParameterCode NULL
public static ImplementationGuide.GuideParameterCode[] values()
for (ImplementationGuide.GuideParameterCode c : ImplementationGuide.GuideParameterCode.values()) System.out.println(c);
public static ImplementationGuide.GuideParameterCode 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 ImplementationGuide.GuideParameterCode 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.