public enum QuestionnaireUsageMode extends Enum<QuestionnaireUsageMode>
| Enum Constant and Description |
|---|
CAPTURE
Render the item only when capturing data.
|
CAPTUREDISPLAY
Render the item regardless of usage mode.
|
CAPTUREDISPLAYNONEMPTY
Render the item when capturing data or when displaying a completed form and the item has been answered (or has child items that have been answered).
|
DISPLAY
Render the item only when displaying a completed form.
|
DISPLAYNONEMPTY
Render the item only when displaying a completed form and the item has been answered (or has child items that have been answered).
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static QuestionnaireUsageMode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static QuestionnaireUsageMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuestionnaireUsageMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuestionnaireUsageMode CAPTUREDISPLAY
public static final QuestionnaireUsageMode CAPTURE
public static final QuestionnaireUsageMode DISPLAY
public static final QuestionnaireUsageMode DISPLAYNONEMPTY
public static final QuestionnaireUsageMode CAPTUREDISPLAYNONEMPTY
public static final QuestionnaireUsageMode NULL
public static QuestionnaireUsageMode[] values()
for (QuestionnaireUsageMode c : QuestionnaireUsageMode.values()) System.out.println(c);
public static QuestionnaireUsageMode 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 QuestionnaireUsageMode 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.