Enum QuestionnaireItemControl

java.lang.Object
java.lang.Enum<QuestionnaireItemControl>
org.hl7.fhir.dstu3.model.codesystems.QuestionnaireItemControl
All Implemented Interfaces:
Serializable, Comparable<QuestionnaireItemControl>

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    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 item
    The group is to be continuously visible at the bottom of the questionnaire
    UI controls relevant to organizing groups of questions
    The group is to be continuously visible at the top of the questionnaire
    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)
    Text is displayed as a paragraph in a sequential position between sibling items (default behavior)
    Questions within the group should be listed sequentially
    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.
    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 parsers
    Text 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 data
    A 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 items
    A 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 measure
    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.
  • Method Summary

    Modifier and Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • GROUP

      public static final QuestionnaireItemControl GROUP
      UI controls relevant to organizing groups of questions
    • LIST

      public static final QuestionnaireItemControl LIST
      Questions within the group should be listed sequentially
    • TABLE

      public static final QuestionnaireItemControl TABLE
      Questions within the group are rows in the table with possible answers as columns
    • TEXT

      public static final QuestionnaireItemControl TEXT
      UI controls relevant to rendering questionnaire text items
    • INLINE

      public static final QuestionnaireItemControl INLINE
      Text is displayed as a paragraph in a sequential position between sibling items (default behavior)
    • PROMPT

      public static final QuestionnaireItemControl 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

      public static final QuestionnaireItemControl UNIT
      Text is displayed adjacent (horizontally or vertically) to the answer space for the parent question, typically to indicate a unit of measure
    • LOWER

      public static final QuestionnaireItemControl 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

      public static final QuestionnaireItemControl 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

      public static final QuestionnaireItemControl 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

      public static final QuestionnaireItemControl 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

      public static final QuestionnaireItemControl 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.
    • CHECKBOX

      public static final QuestionnaireItemControl 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

      public static final QuestionnaireItemControl 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

      public static final QuestionnaireItemControl 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

      public static final QuestionnaireItemControl SPINNER
      A control where a list of numeric or other ordered values can be scrolled through via arrows.
    • TEXTBOX

      public static final QuestionnaireItemControl TEXTBOX
      A control where a user can type in their answer freely.
    • NULL

      public static final QuestionnaireItemControl NULL
      added to help the parsers
  • Method Details

    • values

      public static QuestionnaireItemControl[] 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

      public static QuestionnaireItemControl 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 name
      NullPointerException - 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

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()