Package org.hl7.fhir.r5.renderers.utils
Enum RenderingContext.QuestionnaireRendererMode
java.lang.Object
java.lang.Enum<RenderingContext.QuestionnaireRendererMode>
org.hl7.fhir.r5.renderers.utils.RenderingContext.QuestionnaireRendererMode
- All Implemented Interfaces:
Serializable
,Comparable<RenderingContext.QuestionnaireRendererMode>
- Enclosing class:
RenderingContext
public static enum RenderingContext.QuestionnaireRendererMode
extends Enum<RenderingContext.QuestionnaireRendererMode>
-
Enum Constant Summary
Enum ConstantDescriptionA presentation that lists all the items, with full details about themA visual presentation of the questionnaire, with a set of property panes that can be toggled on and off.Rendered links to various openly available Form Filler applications that know how to render a questionnaire published in a packageA structured tree that presents the enableWhen, terminology and expression bindings for the questionnairea structured tree that presents the content of the questionnaire in a logical fashion -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
FORM
A visual presentation of the questionnaire, with a set of property panes that can be toggled on and off. Note that this is not the same as how the questionnaire would like on a form filler, since all dynamic behavior is ignored -
TREE
a structured tree that presents the content of the questionnaire in a logical fashion -
LOGIC
A structured tree that presents the enableWhen, terminology and expression bindings for the questionnaire -
DEFNS
A presentation that lists all the items, with full details about them -
LINKS
Rendered links to various openly available Form Filler applications that know how to render a questionnaire published in a package
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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
-