Enum QuestionnaireItemControl
- All Implemented Interfaces:
Serializable
,Comparable<QuestionnaireItemControl>
-
Enum Constant Summary
Enum ConstantDescriptionThis table has one row - for the question.A control which provides a list of potential matches based on text entered into a control.A control where choices are listed with a box beside them.A control where an item (or multiple items) can be selected from a list that is only displayed when the user is editing the field.Text is temporarily visible over top of an item if the mouse is positioned over top of the text for the containing itemThe group is to be continuously visible at the bottom of the questionnaireUI controls relevant to organizing groups of questionsQuestions within the group are columns in the table with each group repetition as a row.The group is to be continuously visible at the top of the questionnaireText is displayed in a dialog box or similar control if invoked by pushing a button or some other UI-appropriate action to request 'help' for a question, group or the questionnaire as a whole (depending what the text is nested within)Questions within the group are columns in the table with possible answers as rows.Text is displayed as a paragraph in a sequential position between sibling items (default behavior)Questions within the group should be listed sequentiallyA control where editing an item spawns a separate dialog box or screen permitting a user to navigate, filter or otherwise discover an appropriate match.Text is displayed to the left of the set of answer choices or a scaling control for the parent question item to indicate the meaning of the 'lower' bound.added to help the parsersText is displayed immediately below or within the answer-entry area of the containing question item (typically as a guide for what to enter)UI controls relevant to capturing question dataA control where choices are listed with a button beside them.A control where an axis is displayed between the high and low values and the control can be visually manipulated to select a value anywhere on the axis.A control where a list of numeric or other ordered values can be scrolled through via arrows.Questions within the group are rows in the table with possible answers as columns.UI controls relevant to rendering questionnaire text itemsA control where a user can type in their answer freely.Text is displayed adjacent (horizontally or vertically) to the answer space for the parent question, typically to indicate a unit of measureText is displayed to the right of the set of answer choices or a scaling control for the parent question item to indicate the meaning of the 'upper' bound. -
Method Summary
Modifier and TypeMethodDescriptionstatic QuestionnaireItemControl
toCode()
static QuestionnaireItemControl
Returns the enum constant of this type with the specified name.static QuestionnaireItemControl[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
GROUP
UI controls relevant to organizing groups of questions -
LIST
Questions within the group should be listed sequentially -
TABLE
Questions within the group are rows in the table with possible answers as columns. Used for 'choice' questions. -
HTABLE
Questions within the group are columns in the table with possible answers as rows. Used for 'choice' questions. -
GTABLE
Questions within the group are columns in the table with each group repetition as a row. Used for single-answer questions. -
ATABLE
This table has one row - for the question. Permitted answers are columns. Used for choice questions. -
HEADER
The group is to be continuously visible at the top of the questionnaire -
FOOTER
The group is to be continuously visible at the bottom of the questionnaire -
TEXT
UI controls relevant to rendering questionnaire text items -
INLINE
Text is displayed as a paragraph in a sequential position between sibling items (default behavior) -
PROMPT
Text is displayed immediately below or within the answer-entry area of the containing question item (typically as a guide for what to enter) -
UNIT
Text is displayed adjacent (horizontally or vertically) to the answer space for the parent question, typically to indicate a unit of measure -
LOWER
Text is displayed to the left of the set of answer choices or a scaling control for the parent question item to indicate the meaning of the 'lower' bound. E.g. 'Strongly disagree' -
UPPER
Text is displayed to the right of the set of answer choices or a scaling control for the parent question item to indicate the meaning of the 'upper' bound. E.g. 'Strongly agree' -
FLYOVER
Text is temporarily visible over top of an item if the mouse is positioned over top of the text for the containing item -
HELP
Text is displayed in a dialog box or similar control if invoked by pushing a button or some other UI-appropriate action to request 'help' for a question, group or the questionnaire as a whole (depending what the text is nested within) -
QUESTION
UI controls relevant to capturing question data -
AUTOCOMPLETE
A control which provides a list of potential matches based on text entered into a control. Used for large choice sets where text-matching is an appropriate discovery mechanism. -
DROPDOWN
A control where an item (or multiple items) can be selected from a list that is only displayed when the user is editing the field. -
CHECKBOX
A control where choices are listed with a box beside them. The box can be toggled to select or de-select a given choice. Multiple selections may be possible. -
LOOKUP
A control where editing an item spawns a separate dialog box or screen permitting a user to navigate, filter or otherwise discover an appropriate match. Useful for large choice sets where text matching is not an appropriate discovery mechanism. Such screens must generally be tuned for the specific choice list structure. -
RADIOBUTTON
A control where choices are listed with a button beside them. The button can be toggled to select or de-select a given choice. Selecting one item deselects all others. -
SLIDER
A control where an axis is displayed between the high and low values and the control can be visually manipulated to select a value anywhere on the axis. -
SPINNER
A control where a list of numeric or other ordered values can be scrolled through via arrows. -
TEXTBOX
A control where a user can type in their answer freely. -
NULL
added to help the parsers
-
-
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
-
fromCode
public static QuestionnaireItemControl fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-